forked from cameroncondry/cbc-kitten-scientists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 785 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "cbc-kitten-scientists",
"version": "1.3.1",
"description": "Add-on for the wonderful incremental browser game: http://bloodrizer.ru/games/kittens/",
"main": "kitten-scientists.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cameroncondry/cbc-kitten-scientists.git"
},
"keywords": [
"kitten",
"kittens",
"scientists"
],
"author": "Cameron Condry",
"license": "MIT",
"bugs": {
"url": "https://github.com/cameroncondry/cbc-kitten-scientists/issues"
},
"homepage": "https://github.com/cameroncondry/cbc-kitten-scientists",
"devDependencies": {
"bluebird": "^2.10.2",
"lodash": "^3.10.1",
"superagent": "^1.4.0"
}
}