forked from sibartlett/colonizers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.99 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "colonizers",
"license": "AGPL-3.0",
"author": "Simon Bartlett",
"private": true,
"version": "0.0.0",
"description": "",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js | bunyan -o short"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.9.3",
"bootstrap": "^3.3.1",
"bunyan": "^1.2.3",
"chance": "^0.6.4",
"component-emitter": "^1.1.3",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.3",
"express": "^4.10.4",
"express-session": "^1.9.2",
"hammerjs": "^2.0.4",
"hogan-express": "^0.5.2",
"jasny-bootstrap": "git://github.com/jasny/bootstrap#v3.1.3",
"jquery": "^2.1.1",
"jquery-mousewheel": "^3.1.12",
"kinetic": "^5.0.6",
"knockout": "^3.2.0",
"mongoose": "~3.8.20",
"nconf": "^0.7.1",
"node-uuid": "^1.4.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.4.1",
"promise": "^6.0.1",
"screenfull": "^1.2.1",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1",
"underscore": "^1.7.0"
},
"devDependencies": {
"browserify": "^6.3.3",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-insert": "^0.4.0",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "^1.9.0",
"gulp-less": "^1.3.6",
"gulp-replace": "^0.5.0",
"jshint-stylish": "^1.0.0",
"less": "^1.7.5",
"mold-source-map": "^0.3.0",
"stringify": "^3.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"browser": {
"body-parser": false,
"bootstrap": false,
"bunyan": false,
"chance": false,
"connect-mongo": false,
"cookie-parser": false,
"express": false,
"express-session": false,
"hogan-express": false,
"jasny-bootstrap": false,
"mongoose": false,
"nconf": false,
"node-uuid": false,
"passport": false,
"passport-local": false,
"passport.socketio": false,
"promise": false,
"socket.io": false
}
}