-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbower.json
executable file
·58 lines (58 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "esaude-emr-poc",
"version": "1.2.5-alpha.4 ",
"description": "eSaude EMR point of care",
"authors": [
"eSaude Mozambique"
],
"license": "MIT",
"homepage": "http://esaude.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.0",
"angular-barcode": "~0.0.4",
"angular-barcode-listener": "^1.5.0",
"angular-bootstrap": "~2.1.4",
"angular-bootstrap-checkbox": "~0.3.1",
"angular-bootstrap-switch": "~0.5.0",
"angular-breadcrumb": "^0.5.0",
"angular-chart.js": "1.1.1",
"angular-cookies": "~1.4.3",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "~0.2.2",
"angular-messages": "~1.5.0",
"angular-mocks": "~1.5.0",
"angular-smart-table": "~2.1.1",
"angular-translate": "2.7.2",
"angular-translate-handler-log": "2.7.2",
"angular-translate-loader-static-files": "2.7.2",
"angular-translate-storage-local": "2.7.2",
"angular-ui-router": "~1.0.14",
"bootstrap": "3.3.5",
"bootstrap-switch": "~3.3.2",
"chart.js": "^2.7.1",
"jquery": "2.1.4",
"keyboard": "~1.23.5",
"lodash": "4.6.1",
"moment": "~2.10.6",
"moment-timezone": "~0.5.4",
"ng-dialog": "^1.0.1",
"toastr": "~2.1.3",
"jquery-ui": "^1.12.1"
},
"resolutions": {
"angular": "~1.5.0",
"lodash": "4.6.1",
"angular-translate": "~2.11.1",
"jquery": "2.1.4"
},
"devDependencies": {
"q": "1.0.1"
}
}