-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
45 lines (45 loc) · 1.38 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
{
"name": "NutSurv",
"version": "0.9.0",
"homepage": "https://nutsurv.eocng.org",
"description": "NutSurv - Data collection and quality assurance tools for Nutrition Surveys on mobile devices",
"keywords": [
"nutsurv",
"ehealth"
],
"authors": [
"eHealth Africa <http://ehealthafrica.org>"
],
"license": "ISC",
"private": true,
"dependencies": {
"bootstrap": "~3.3.4",
"bootstrap-select": "~1.6.4",
"datatables": "~1.10.6",
"datatables-bootstrap3-plugin": "~0.4.0",
"datatables-responsive": "eHealthAfrica/DataTables-Responsive#8dc6412abc02858a52bdccb3b6d8ed0ff1872670",
"datatables-tabletools": "~2.2.4",
"data-models": "eHealthAfrica/data-models#~1.12.1",
"ehealth-bootstrap": "eHealthAfrica/ehealth-bootstrap#0.0.7",
"font-awesome": "~4.3.0",
"jquery": "~1.10.2",
"jquery-flot": "~0.8.3",
"flot.tooltip": "0.8.5",
"jquery.cookie": "~1.4.1",
"leaflet": "~0.7.3",
"leaflet.markercluster": "~0.4.0",
"list.js": "~1.1.1",
"lodash": "3.0.0",
"lodash.math": "433171a835285da012ffdc3b5c54139ae703241a",
"moment": "~2.10.2",
"moment-timezone": "~0.3.1",
"parse-python-indentation": "~0.1.0",
"file-saver": "*",
"list.pagination.js": "~0.1.1",
"nut-surv": "[email protected]:eHealthAfrica/NutSurv-Mobile.git#develop",
"raven-js": "~1.1.18"
},
"resolutions": {
"angular": "~1.4.1"
}
}