-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 965 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 965 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
35
36
37
38
39
40
41
42
{
"name": "vrshow",
"version": "0.0.0",
"contributors": [
"Tony Marsico",
"Eric Mickelsen"
],
"scripts": {
"start": "gulp dev",
"gulp": "gulp"
},
"peerDependencies": {
"forever": "0.x"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"del": "^2.2.2",
"fast-simplex-noise": "3.2.0",
"gulp": "^4.0.2",
"gutil": "^1.6.4",
"koa": "^1.7.0",
"koa-body-parser": "^1.1.2",
"koa-generic-session": "^1.11.7",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"lru": "^3.1.0",
"plugin-error": "^1.0.1",
"pngjs": "^3.4.0",
"seedrandom": "^2.4.4",
"socket.io": "^2.3.0",
"stats.js": "^0.17.0",
"three": "^0.84.0",
"underscore": "^1.11.0",
"webpack": "^4.44.2",
"webrtc-adapter": "^3.1.3",
"webvr-polyfill": "^0.9.41"
}
}