forked from child-first-authority-fcc-project/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.13 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
42
43
44
45
46
{
"name": "app",
"version": "0.0.0",
"dependencies": {
"angular": ">=1.5.0",
"angular-animate": ">=1.5.0",
"angular-bootstrap": ">=1.1.2",
"angular-cookies": ">=1.5.0",
"angular-messages": "~1.5.0",
"angular-resource": ">=1.5.0",
"angular-sanitize": ">=1.5.0",
"angular-toastr": "~1.7.0",
"angular-ui-grid": "~3.1.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.3.6",
"bootstrap-sass-official": "~3.3.6",
"es5-shim": "~4.5.5",
"font-awesome": ">=4.5.0",
"json3": "~3.3.2",
"matchmedia-ng": "~1.0.5",
"ng-file-upload": "~12.0.1",
"ui-select": "angular-ui-select#~0.14.2",
"lodash": "~4.5.1",
"highcharts": "^4.2.3",
"highcharts-ng": "^0.0.11",
"pdfjs-dist": "^1.4.121",
"angular-ui-router-default": "^0.0.3"
},
"devDependencies": {
"angular-mocks": ">=1.5.0",
"angular-scenario": ">=1.5.0"
},
"resolutions": {
"angular": ">=1.5.0"
},
"overrides": {
"highcharts": {
"main": [
"highcharts.js",
"highcharts-more.js",
"modules/exporting.js",
"modules/no-data-to-display.js"
]
}
}
}