-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
34 lines (34 loc) · 903 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": "web",
"version": "0.0.0",
"dependencies": {
"angular": "1.2.6",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.10.2",
"sass-bootstrap": "~3.0.2",
"angular-resource": "1.2.6",
"angular-cookies": "1.2.6",
"angular-sanitize": "1.2.6",
"angular-route": "1.2.6",
"angular-bootstrap": "0.11.0",
"jquery-ui": "~1.10.4",
"bootstrap": "~3.1.1",
"malhar-angular-dashboard": "0.3.2",
"highstock-release": "git://github.com/highslide-software/highstock-release.git",
"highcharts-ng": "0.0.6",
"restangular": "1.4.0",
"headroom.js": "0.6.0",
"angular-perfect-scrollbar": "",
"angular-dialog-service": "5.1.2",
"font-awesome": "4.2.0"
},
"devDependencies": {
"angular-mocks": "1.2.6",
"angular-scenario": "1.2.6"
},
"resolutions": {
"angular-bootstrap": "0.11.0",
"jquery": ">=1.6"
}
}