-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
executable file
·42 lines (42 loc) · 1 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
{
"name": "opensrp-site",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"angular-momentjs": "~0.2.2",
"moment": "~2.10.6",
"highcharts-release": "~4.1.8",
"angular-bootstrap": "~0.13.3",
"ngDialog": "~0.5.1",
"ng-bs-daterangepicker": "~0.0.5",
"angular-mapbox": "~0.1.5",
"angular-chart.js": "~0.8.5",
"checklist-model": "~0.8.0",
"angular-acl": "~0.1.5",
"angular-flash-alert": "~1.1.1",
"angular-messages": "^1.5.5"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "opensrpSiteApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"angular": "1.4.8"
}
}