-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
39 lines (39 loc) · 1.46 KB
/
bower.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": "webvr-markup",
"version": "0.0.1",
"authors": [
"jiahen <[email protected]>"
],
"keywords": [
"virtual reality",
"webVR",
"web-components",
"VR"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": ["dist/metaroom-markup.html"],
"dependencies": {
"webcomponentsjs": "*",
"web-component-tester": "Polymer/web-component-tester#~3.2.0",
"lodash": "~3.10.1"
},
"devDependencies": {
"threejs": "r73",
"metaroom-webvr-polyfill": "https://raw.githubusercontent.com/MetaRoomMarkup/webvr-polyfill/master/build/webvr-polyfill.js",
"threejs-VREffect": "https://raw.githubusercontent.com/mrdoob/three.js/01d7456ac5052ea6c00a8dd9ff526d0332ef88be/examples/js/effects/VREffect.js",
"threejs-VRControls": "https://raw.githubusercontent.com/mrdoob/three.js/01d7456ac5052ea6c00a8dd9ff526d0332ef88be/examples/js/controls/VRControls.js",
"threejs-PLYLoader": "https://raw.githubusercontent.com/mrdoob/three.js/master/examples/js/loaders/PLYLoader.js",
"threejs-ColladaLoader": "https://raw.githubusercontent.com/mrdoob/three.js/master/examples/js/loaders/ColladaLoader.js",
"threejs-OBJLoader": "https://raw.githubusercontent.com/mrdoob/three.js/master/examples/js/loaders/OBJLoader.js",
"webvr-boilerplate": "borismus/webvr-boilerplate",
"meta-table-geometry": "[email protected]:vr-collab/meta-table-geometry.git",
"jquery": "*"
}
}