forked from ahung89/bomb-arena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 809 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
{
"name": "bomb-arena",
"version": "1.0.0",
"description": "An HTML5 multiplayer arena combat game.",
"main": "game.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ahung89/bomb-arena.git"
},
"author": "TBA",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahung89/bomb-arena/issues"
},
"homepage": "https://github.com/ahung89/bomb-arena",
"dependencies": {
"express": "^4.11.1",
"socket.io": "1.3.2"
},
"devDependencies": {
"browserify": "^8.1.0",
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.9.0",
"gulp-uglify": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
}
}