-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.69 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
{
"name": "vuforia-spatial-robotic-addon",
"version": "1.0.0",
"description": "Robotic Addons for Vuforia Spatial Toolbox",
"main": "interfaces/MIR100/index.js",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"scripts": {
"build-mir100": "browserify interfaces/MIR100/tools/motion/js/index.js -o interfaces/MIR100/tools/motion/assets/bundle.js",
"watch-mir100": "watchify interfaces/MIR100/tools/motion/js/index.js --debug -o interfaces/MIR100/tools/motion/assets/bundle.js --verbose",
"build-lego-boost": "browserify interfaces/lego-boost/tools/motion/js/index.js -o interfaces/lego-boost/tools/motion/assets/bundle.js",
"watch-lego-boost": "watchify interfaces/lego-boost/tools/motion/js/index.js --debug -o interfaces/lego-boost/tools/motion/assets/bundle.js --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptcrealitylab/vuforia-spatial-robotic-addon.git"
},
"author": "Anna Fuste",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/ptcrealitylab/vuforia-spatial-robotic-addon/issues"
},
"homepage": "https://github.com/ptcrealitylab/vuforia-spatial-robotic-addon#readme",
"devDependencies": {
"animitter": "^3.0.0",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^16.5.0",
"concurrently": "^3.1.0",
"dat.gui": "^0.7.2",
"eases": "^1.0.8",
"eventemitter3": "^4.0.0",
"three": "^0.122.0",
"three-fbx-loader": "^1.0.3",
"three-orbit-controls": "^82.1.0",
"three.meshline": "^1.2.0",
"watchify": "^3.11.1",
"wedoboostpoweredup": "^2.1.9"
}
}