forked from jqueipo/datim-dedupe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 995 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
45
46
{
"name": "datim-dedupe",
"version": "0.0.0",
"homepage": "https://github.com/dhis2/datim-dedupe",
"description": "Dedupe app for DATIM instance of DHIS2",
"main": "src/index.html",
"keywords": [
"DATIM",
"PEPFAR",
"Dedupe",
"app",
"DHIS2"
],
"authors": [
"Mark Polak",
"Jason Pickering"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"angular-mocks": "~1.3.15",
"angular-messages": "~1.3.15",
"angular-animate": "~1.3.15",
"angular-bootstrap": "~0.12.0",
"angular-translate": "~2.5.2",
"angular-translate-loader-static-files": "~2.5.2",
"font-awesome": "~4.3.0",
"bootstrap": "~3.3.1",
"toastr": "~2.1.0",
"restangular": "~1.4.0",
"animate.css": "~3.2.0",
"ui-select": "*",
"angular-ui-select": "~0.9.6"
},
"resolutions": {
"angular": "~1.3.15"
}
}