-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
{
"name": "obsidio",
"version": "1.0.0",
"description": "2D siege battle game",
"main": "server.js",
"scripts": {
"test": "node server.js",
"postinstall": "bower install; gulp"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/penumbragames/obsidio.git"
},
"author": "Alvin Lin, Kenneth Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/penumbragames/obsidio/issues"
},
"homepage": "http://obsidio.herokuapp.com",
"dependencies": {
"bower": "^1.6.5",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"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.4",
"morgan": "^1.6.1",
"socket.io": "^1.3.7",
"swig": "^1.4.2"
}
}