-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "dogfight",
"version": "1.0.0",
"description": "Dogfight - Multiplayer 3D Aerial Battle",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/penumbragames/dogfight.git"
},
"author": [
"Alvin Lin (omgimanerd)",
"Kenneth Li (noobbyte)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/penumbragames/dogfight/issues"
},
"homepage": "https://github.com/penumbragames/dogfight#readme",
"dependencies": {
"bower": "^1.7.9",
"express": "^4.13.4",
"google-closure-compiler": "^20160315.2.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.5",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"morgan": "^1.7.0",
"pug": "^0.1.0",
"shallow-copy": "0.0.1",
"socket.io": "^1.4.5",
"vectors": "^0.1.0"
}
}