forked from exokitxr/exokit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.42 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "exokit",
"version": "0.0.400",
"description": "Javascript web browser for the post-screen world",
"engines": {
"node": ">=10.0.0"
},
"bin": {
"exokit": "index.js"
},
"main": "index.js",
"scripts": {
"install": "node ./preinstall.js && node-gyp rebuild",
"build": "node-gyp build",
"lint": "eslint core.js index.js native-bindings.js src tests",
"rebuild": "shx rm -rf node_modules && npm cache clean --force && npm install",
"start": "node .",
"test:ci": "TEST_ENV=ci npm run test:command -- --exit",
"test:command": "mocha tests/unit/__setup.test.js tests/unit/*.test.js tests/unit/**/*.test.js",
"test:watch": "npm run test:command -- --watch",
"serve": "live-server examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webmixedreality/exokit.git"
},
"keywords": [
"browser",
"native",
"webvr",
"webgl",
"webvr",
"webar",
"webxr",
"vr",
"ar",
"magic leap"
],
"author": "Avaer Kazmer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmixedreality/exokit/issues"
},
"homepage": "https://github.com/webmixedreality/exokit#readme",
"dependencies": {
"@rgrove/parse-xml": "^1.1.1",
"bugsnag": "^2.4.3",
"cross-env": "^5.2.0",
"css": "^2.2.3",
"exokit-home": "0.0.69",
"fake-indexeddb": "^2.0.4",
"fault-zone": "0.0.11",
"he": "^1.1.1",
"history": "^4.7.2",
"isolator": "0.0.9",
"leapmotion": "0.0.4",
"magicleap": "0.0.18",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"native-audio-deps": "0.0.32",
"native-canvas-deps": "0.0.23",
"native-graphics-deps": "0.0.16",
"native-openvr-deps": "0.0.16",
"native-video-deps": "0.0.23",
"node-localstorage": "^1.3.1",
"parse-int": "^1.0.2",
"parse5": "^5.0.0",
"puppeteer": "^1.6.0",
"repl.history": "^0.1.4",
"rimraf": "^2.6.2",
"upng-js": "^2.1.0",
"vm-one": "0.0.13",
"vr-display": "0.0.26",
"webgl-to-opengl": "0.0.4",
"window-classlist": "0.0.4",
"window-fetch": "0.0.9",
"window-selector": "0.0.5",
"window-text-encoding": "0.0.2",
"window-worker": "0.0.68",
"window-xhr": "0.0.19",
"ws": "^5.2.2"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"express": "^4.16.3",
"live-server": "^1.2.0",
"mocha": "^5.2.0",
"shx": "^0.3.2",
"sinon": "^6.1.3"
}
}