forked from jbaicoianu/janusweb
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 928 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
{
"name": "janusweb",
"description": "Web client for JanusVR worlds",
"version": "1.2.10",
"main": "scripts/janusweb.js",
"author": "James Baicoianu",
"license": "MIT",
"scripts": {
"postinstall": "./utils/init.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"
},
"devDependencies": {
"karma": "~0.13",
"jasmine": ">=2.0",
"jasmine-core": "*",
"karma-jasmine": "*",
"karma-jasmine-imagediff": "*",
"karma-chrome-launcher": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/jbaicoianu/janusweb"
},
"dependencies": {
"elation-engine": ">=0.9.3",
"uglify-es": "*"
},
"keywords": [
"elation",
"three.js",
"3d",
"webgl",
"webvr",
"janusvr",
"metaverse"
]
}