-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 898 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 898 Bytes
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
42
43
44
45
{
"name": "nodekick",
"version": "0.0.0",
"description": "Team Us",
"main": "server",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:nko4/team-us.git"
},
"dependencies": {
"async": "x",
"backbone": "x",
"backbone-relations": "x",
"bower": "x",
"box2d.js": "x",
"cogs": "x",
"colors": "x",
"csso": "x",
"express": "x",
"express-namespace": "x",
"fast-json-patch": "x",
"herit": "x",
"interaction": "x",
"nib": "x",
"passport": "x",
"passport-twitter": "x",
"redis": "x",
"hiredis": "x",
"stylus": "x",
"superagent": "x",
"uglify-js": "x",
"underscore": "x",
"underscore-express": "x",
"underscore.string": "x",
"watchy": "x",
"ws": "x"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "scripts/postinstall.sh"
}
}