-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.05 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
40
41
{
"name": "class-view",
"version": "0.0.0",
"main": [
"dist/public/app/app.js",
"dist/public/app/vendor.js",
"dist/public/app/app.css",
"dist/public/app/vendor.css"
],
"dependencies": {
"angular": ">=1.4.*",
"angular-bootstrap": "~0.11.0",
"angular-cookies": ">=1.2.*",
"angular-resource": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.1.1",
"bootstrap-horizon": "~0.1.0",
"es5-shim": "~3.0.1",
"font-awesome": ">=4.1.0",
"json3": "~3.3.1",
"lodash": "~3.10.1",
"videogular": "~1.2.5",
"videogular-chromecast": "~1.1.3",
"videogular-controls": "~1.2.5",
"videogular-overlay-play": "~1.2.5",
"videogular-themes-default": "~1.2.5",
"malhar-angular-dashboard": "~1.0.1",
"moment": "~2.11.1"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular-bootstrap": "0.12.x",
"angular": ">=1.4.*",
"bootstrap": "~3.3.1",
"lodash": "~3.10.1"
}
}