-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
31 lines (31 loc) · 952 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
{
"name": "holoplay-webxr",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"description": "Unofficial WebXR implementation for HoloPlay holographic displays, such as Looking Glass.",
"repository": "https://github.com/kainino0x/holoplay-webxr",
"main": "src/HoloPlayWebXRPolyfill.js",
"scripts": {
"build": "rollup -c",
"serve": "http-server -c-1"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"rollup": "^1.26.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-cleanup": "^1.0.1",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.1.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.3",
"http-server": "^0.12.3"
},
"dependencies": {
"gl-matrix": "^2.8.1",
"holoplay-core": "0.0.8",
"webxr-polyfill": "file:./third_party/webxr-polyfill"
}
}