-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
34 lines (34 loc) · 1000 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
{
"name": "janusweb",
"description": "Web client for JanusVR worlds",
"version": "1.5.51",
"main": "scripts/janusweb.js",
"author": "James Baicoianu",
"license": "MIT",
"scripts": {
"postinstall": "./utils/init.sh",
"clean": "./utils/clean-build.sh",
"build": "./utils/build.sh",
"postversion": "git push origin v`npm view janusweb version`",
"test": "./utils/activate.sh && ./node_modules/.bin/karma start tests/karma.conf.js --single-run",
"start:dev": "nodemon -w scripts/ -w css/ -w ../engine/scripts/ -w ../engine/css/ -w ../physics/scripts/ -w ../utils/scripts/ -w ../elements/scripts/ -w ../elements/css/ --exec ./utils/build.sh"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jbaicoianu/janusweb"
},
"dependencies": {
"elation-engine": ">=0.9.114",
"uglify-js": "*"
},
"keywords": [
"elation",
"three.js",
"3d",
"webgl",
"webvr",
"janusvr",
"metaverse"
]
}