-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.21 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
{
"name": "bluelytics-frontend",
"version": "0.0.0",
"dependencies": {
"angular": "1.7.x",
"json3": "3.3.1",
"es5-shim": "3.1.0",
"bootstrap-sass-official": "3.2.0",
"angular-resource": "1.7.x",
"angular-cookies": "1.7.x",
"angular-sanitize": "1.7.x",
"angular-animate": "1.7.x",
"angular-touch": "1.7.x",
"angular-route": "1.7.x",
"angular-ui-select": "0.19.8",
"angular-underscore-module": "~1.0.1",
"underscore": "~1.7.0",
"animate.css": "~3.2.0",
"n3-line-chart": "1.1.12",
"angular-bootstrap-slider": "~0.1.28",
"angular-strap": "~2.1.3",
"angulartics": "~0.17.1",
"angular-translate": "~2.18.1",
"angular-translate-storage-cookie": "~2.18.1",
"angular-translate-loader-static-files": "~2.18.1",
"angular-translate-storage-local": "~2.18.1",
"angular-material": "git://github.com/angular/bower-material#80d5731d522017e5f3ebfcf208129866e67dfc68",
"angular-ui-router": "~0.2.13",
"fastclick": "~1.0.6"
},
"devDependencies": {
"angular-mocks": "1.7.x",
"angular-scenario": "1.7.x"
},
"appPath": "app",
"resolutions": {
"d3": "~3.3.13",
"angular-material": "80d5731d522017e5f3ebfcf208129866e67dfc68"
}
}