-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 981 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
30
31
32
33
34
35
36
37
{
"name": "blockwars",
"version": "1.0.0",
"description": "This is a multiplayer first person shooter browser game.",
"main": "server.js",
"scripts": {
"test": "node server",
"postinstall": "bower install; gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:omgimanerd/node-game"
},
"author": "Alvin Lin ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/omgimanerd/node-game/issues"
},
"homepage": "https://github.com/omgimanerd/node-game",
"dependencies": {
"bower": "^1.5.2",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-closure-compiler-service": "^0.6.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"hashmap": "^2.0.3",
"morgan": "^1.6.1",
"shallow-copy": "0.0.1",
"socket.io": "^1.3.6",
"swig": "^1.4.2"
}
}