forked from panrafal/depthy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 912 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
33
34
{
"name": "depthy",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.16",
"angular-animate": "~1.2.16",
"angular-ga": "~0.1.0",
"angular-motion": "~0.3.2",
"angular-sanitize": "~1.2.16",
"angular-strap": "~2.0.1",
"angular-touch": "~1.2.16",
"angular-ui-bootstrap": "~0.11.0",
"angular-ui-router": "~0.2.10",
"bootstrap-sass-official": "~3.1.0",
"gif.js": "panrafal/gif.js#master",
"is-jpg": "~0.1.2",
"is-png": "~0.1.1",
"jquery": "~1.11.0",
"lodash": "~2.4.1",
"pixi.js": "panrafal/pixi.js#build/depthy",
"promise": "http://s3.amazonaws.com/es6-promises/promise-1.0.0.js",
"screenfull": "~1.2.1",
"iscroll": "~5.1.1",
"stats.js": "*",
"whammy": "antimatter15/whammy"
},
"devDependencies": {
"angular-mocks": "1.2.15",
"angular-scenario": "1.2.15"
},
"resolutions": {
"angular": "~1.2.16"
}
}