forked from scenevr/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 942 Bytes
/
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
{
"name": "scenevr",
"version": "1.2.3",
"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": {
"cors": "~2.5.2",
"dom-lite": "^0.4.0",
"express": "~4.10.2",
"glob": "~4.2.1",
"htmlparser2": "^3.8.2",
"json-web-token": "^1.4.3",
"opentok": "^2.2.5",
"redis": "^0.12.1",
"scene-dom": "1.2.3",
"three": "0.66.2",
"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": {
"test": "semistandard && tape test/*.js"
},
"semistandard": {
"ignore": "forks/**"
}
}