-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "game",
"version": "0.1.0",
"private": "true",
"engines": {
"node": "5.10.1"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/emnh/rts.git"
},
"dependencies": {
"bootstrap": "3.3.6",
"body-parser": "1.15.0",
"box-intersect": "1.0.1",
"browserify": "13.0.0",
"connect-mongodb-session": "1.0.5",
"cookie-parser": "1.4.0",
"csurf": "1.8.3",
"express": "4.13.3",
"express-session": "1.11.3",
"express-ws": "2.0.0-rc.1",
"pug": "2.0.0-alpha6",
"jquery": "2.2.3",
"js-beautify": "1.5.10",
"mongodb": "2.1.18",
"morgan": "1.6.1",
"msgpack-lite": "0.1.20",
"passport": "0.3.0",
"passport-facebook": "2.0.0",
"passport-github": "1.0.0",
"passport-google-oauth": "0.2.0",
"passport-twitter": "1.0.3",
"peerjs": "0.3.14",
"serve-static": "1.10.0",
"simplex-noise": "2.2.0",
"static-kdtree": "1.0.1",
"three": "0.76.1",
"tracer": "0.8.0",
"tween.js": "16.3.4"
},
"devDependencies": {
"source-map-support": "0.4.0",
"ws": "1.1.0"
},
"scripts": {
"start": "node js/prod.js"
}
}