-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
44 lines (41 loc) · 921 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
42
43
44
{
"name": "pepfar-user-management",
"version": "0.0.0",
"description": "User management app for PEPFAR",
"main": "src/index.html",
"keywords": [
"PEPFAR",
"User",
"Management",
"DHIS2"
],
"authors": [
"Mark Polak"
],
"license": "BSD",
"homepage": "http://www.dhis2.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.3",
"angular-messages": "1.3.3",
"angular-animate": "1.3.3",
"angular-mocks": "1.3.3",
"angular-bootstrap": "~0.11.2",
"angular-translate": "~2.4.2",
"angular-translate-loader-static-files": "~2.4.2",
"angular-ui-select": "0.9.x",
"angular-ui-utils": "validate-0.1.1",
"restangular": "~1.4.0",
"ui-router": "0.2.11",
"bootstrap": "~3.3.0",
"font-awesome": "~4.2.0",
"jquery": "~2.1.1",
"toastr": "~2.1.0"
}
}