forked from exokitxr/zeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 937 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
43
44
45
46
{
"name": "zeo",
"version": "0.0.1",
"description": "Multiplayer WebVR game server",
"main": "index.js",
"bin": {
"zeo": "index.js"
},
"scripts": {
"start": "scripts/standalone.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node index.js install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modulesio/zeo.git"
},
"keywords": [
"zeo",
"multiplayer",
"webvr",
"game",
"server",
"vr",
"procedural",
"generation",
"npm",
"modules",
"threejs"
],
"author": "Avaer Kazmer <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/modulesio/zeo/issues"
},
"homepage": "https://github.com/modulesio/zeo#readme",
"engines": {
"node": "8.x"
},
"dependencies": {
"archae": "0.0.160",
"fs-extra": "^5.0.0",
"mkdirp": "^0.5.1",
"nat-upnp": "^1.1.0"
}
}