-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 898 Bytes
/
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
{
"name": "OnMars",
"author": "Ben Scott <[email protected]>",
"private": "true",
"devDependencies": {
"aframe-aframe-inspector": "git://github.com/aframevr/aframe-inspector#v0.3.0"
},
"dependencies": {
"angular": "~1.5.3",
"ngCordova": "~0.1.26-alpha",
"angular-resource": "~1.5.3",
"ionic": "~1.3.0",
"handlebars": "^4.0.5",
"aframe": "^0.5.0",
"aframe-template-component": "git://github.com/ngokevin/aframe-template-component.git",
"aframe-look-at-component": "git://github.com/ngokevin/aframe-look-at-component.git"
},
"resolutions": {
"angular": "1.5.3"
},
"overrides": {
"aframe": {
"main": "dist/aframe-master.js"
},
"aframe-template-component": {
"main": "dist/aframe-template-component.min.js"
},
"aframe-look-at-component": {
"main": "dist/aframe-look-at-component.min.js"
}
}
}