-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.04 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": "browsercraft",
"version": "1.0.0",
"description": "Browser RTS",
"main": "server.js",
"scripts": {
"test": "node server.js",
"postinstall": "bower install; gulp"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/penumbragames/browsercraft.git"
},
"author": "Alvin Lin, Kenneth Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/penumbragames/browsercraft/issues"
},
"dependencies": {
"body-parser": "^1.15.0",
"bower": "^1.7.7",
"express": "^4.13.4",
"express-session": "^1.13.0",
"express-socket.io-session": "^1.3.1",
"google-closure-compiler": "^20160208.1.0",
"gulp": "^3.9.1",
"gulp-gjslint": "^0.1.5",
"gulp-less": "^3.0.5",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"hashmap": "^2.0.4",
"jade": "^1.11.0",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"merge-stream": "^1.0.0",
"mongodb": "^2.0.49",
"morgan": "^1.7.0",
"socket.io": "^1.4.5",
"swig": "^1.4.2"
}
}