-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
41 lines (41 loc) · 805 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
35
36
37
38
39
40
41
{
"name": "direct-delivery",
"description": "User-centred direct delivery management",
"version": "1.0.0",
"dependencies": {
"angular-ui-router": "~0.2.13",
"bootstrap-sass-official": "~3.3.1",
"angular-bootstrap": "0.12.x",
"angular": "~1.3.4",
"angular-toastr": "~0.5.2"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"angular": "~1.3.4"
},
"overrides": {
"bootstrap-sass-official": {
"dependencies": []
}
},
"authors": [
"eHealth Africa"
],
"keywords": [
"delivery",
"logistics",
"ehealth"
],
"license": "All rights reserved",
"homepage": "http://ehealthafrica.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}