forked from clark-pan/anemone-wars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "anemone-wars",
"version": "1.0.0",
"description": "Engage in all out tentacle warfare against your fellow Actiniaria. Make your anemone the smartest and most adaptive species around to dominate the seas.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/clark-pan/anemone-wars.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/clark-pan/anemone-wars/issues"
},
"homepage": "https://github.com/clark-pan/anemone-wars",
"jspm": {
"directories": {},
"configFile": "client/config.js",
"dependencies": {
"bluebird": "npm:bluebird@^2.9.34",
"jquery": "github:components/jquery@^2.1.4",
"lodash": "npm:lodash@^3.10.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"dependencies": {
"bluebird": "^2.9.34",
"express": "^4.13.2",
"lodash": "^3.10.0"
},
"devDependencies": {
"jspm": "^0.16.0-beta.3"
}
}