-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 950 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
{
"name": "reality-mixer",
"version": "1.2.0",
"description": "Mixed Reality Capture for WebXR and Three.js",
"type": "module",
"main": "src/mrc.js",
"scripts": {
"compile-schema": "ajv compile -s schemas/calibration-schema.json -o src/validate-schema.js --code-esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabio914/reality-mixer-js.git"
},
"keywords": [
"front-end",
"mixed-reality",
"virtual-reality",
"augmented-reality",
"webxr",
"three.js",
"mixed-reality-capture",
"3d"
],
"author": "Fabio Dela Antonio",
"license": "MIT",
"bugs": {
"url": "https://github.com/fabio914/reality-mixer-js/issues"
},
"homepage": "https://github.com/fabio914/reality-mixer-js#readme",
"dependencies": {
"three": "^0.140.0"
},
"devDependencies": {
"ajv-cli": "git@github.com:willfarrell/ajv-cli.git#15c4f0153e25da2737d673f0c027e3ab0f5b1ec8"
}
}