forked from Third-Culture-Software/bhima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.22 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
{
"name": "bhima",
"version": "0.8.0",
"homepage": "https://github.com/IMA-WorldHealth/bhima-2.X",
"description": "A hospital information system for developing countries.",
"keywords": [
"HIS"
],
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src"
],
"dependencies": {
"angular": "1.7.3",
"angular-animate": "1.7.3",
"angular-sanitize": "1.7.3",
"angular-messages": "1.7.3",
"angular-bootstrap": "2.5.0",
"angular-ui-router": "1.0.0-rc.1",
"angular-ui-grid": "4.6.3",
"angular-translate": "2.18.1",
"angular-translate-loader-static-files": "2.18.1",
"angular-translate-loader-url": "2.18.1",
"jquery": "3.2.1",
"ng-file-upload": "12.2.13",
"bootstrap": "3.3.7",
"angular-moment": "1.2.0",
"moment": "2.22.2",
"angular-dynamic-locale": "0.1.37",
"ngstorage": "0.3.11",
"components-font-awesome": "4.7.0",
"angular-ui-select": "0.17.1",
"JsBarcode": "jsbarcode#3.9.0",
"angular-touch": "1.7.3",
"angular-growl-notifications": "2.6.0",
"webcam-directive": "3.1.2"
},
"devDependencies": {
"angular-mocks": "1.7.3"
},
"resolutions": {
"angular": "1.7.3"
}
}