-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "flock.io",
"version": "1.0.0",
"description": "Flock Game for Dome and VR",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development gulp run"
},
"author": "François Ubald Brien <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"cannon": "^0.6.2",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"gulp": "^3.9.1",
"html-loader": "^0.4.3",
"imports-loader": "^0.6.5",
"jquery": "^3.0.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"nodemon": "^1.9.2",
"rxjs": "^5.0.0-beta.9",
"shader-loader": "^1.1.4",
"source-map-support": "^0.4.0",
"stats.js": "^0.16.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"three": "^0.79.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"express": "^4.13.4",
"lodash": "^4.13.1",
"preprocess": "^3.1.0",
"socket.io": "^1.4.6",
"ws": "^1.1.0"
}
}