-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "scenevr",
"version": "1.14.0",
"description": "Create multiuser 3d environments using markup and javascript",
"homepage": "http://www.scenevr.com",
"repository": {
"type": "git",
"url": "git://github.com/scenevr/server.git"
},
"engines": {
"node": ">=0.12.0"
},
"dependencies": {
"aframe": "^0.3.1",
"aframe-interpolate-component": "scenevr/interpolation-component",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify-middleware": "^7.0.0",
"cors": "~2.5.2",
"dom-lite": "^0.4.0",
"ejs": "^2.5.2",
"express": "~4.10.2",
"glob": "~4.2.1",
"htmlparser2": "^3.8.2",
"json-web-token": "^1.4.3",
"micro-dom": "scenevr/micro-dom",
"redis": "^0.12.1",
"scene-dom": "^1.6.1",
"scene-streamer": "scenevr/streamer",
"three": "^0.80.1",
"underscore": "~1.7.0",
"uuid": "~2.0.1",
"ws": "~0.6.3",
"xhr2": "*",
"xmlbuilder": "~2.4.5"
},
"devDependencies": {
"almost-equal": "0.0.0",
"semistandard": "^4.0.3",
"tape": "^3.5.0"
},
"bin": "./server.js",
"scripts": {
"preversion": "npm install --save scene-dom && git commit package.json -m 'Bump scene-dom.'; true",
"test": "tape test/*.js && semistandard"
},
"semistandard": {
"ignore": "forks/**"
}
}