-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 Bytes
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
{
"name": "polycrawl",
"version": "0.0.1",
"description": "multiplayer browser-based roguelike game",
"keywords": "game",
"repository": {
"type": "git",
"url": "https://github.com/rustinlee/polycrawl.git"
},
"dependencies": {
"bower": "1.3.x",
"express": "4.10.x",
"jade": "1.6.x",
"socket.io": "1.2.x",
"underscore": "1.7.x",
"validator": "3.22.x",
"pathfinding": "0.4.x",
"strip-json-comments": "1.0.x",
"gulp": "3.8.x",
"gulp-concat": "2.4.x",
"gulp-uglify": "1.0.x",
"gulp-sourcemaps": "1.2.x",
"gulp-jshint": "1.8.x",
"gulp-minify-css": "0.3.x",
"gulp-less": "2.0.x",
"gulp-ignore": "1.2.x",
"gulp-rename": "1.2.x",
"main-bower-files": "2.0.x",
"del": "0.1.x"
},
"scripts": {
"postinstall": "bower install && gulp no-watch"
}
}