-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathbower.json
88 lines (88 loc) · 2.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "angular-formentry",
"version": "0.2.1",
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-messages": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"bootstrap": "^3.2.0",
"grunt-karma": "~0.12.1",
"karma": "~0.4.6",
"angular-ui-router": "~0.2.15",
"angular-formly": "~7.3.4",
"angular-formly-templates-bootstrap": "6.1.4",
"angular-ui-select": "~0.14.2",
"bootstrap-ui-datetime-picker": "~1.2.5",
"api-check": "~7.5.0",
"angular-bootstrap": "0.13.4",
"lodash": "~3.10.1",
"angular-ui-ace": "bower",
"restangular": "~1.5.1",
"angular-base64": "~2.0.5",
"angular-cookies": "~1.4.8",
"moment": "~2.10.6",
"angular-moment": "~0.10.3",
"kendo-ui": "kendo-ui-core#~2016.1.226",
"openmrs-ngresource": "https://github.com/ampath/openmrs-ngresource.git#0.4.1",
"angular-dialog-service": "^5.3.0",
"ui-bootstrap": "ui.bootstrap#^1.3.3",
"angular-translate": "^2.11.1",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12"
},
"resolutions": {
"angular": "1.4.7",
"angular-bootstrap": "^1.1.2"
},
"devDependencies": {
"angular-mocks": "^1.3.0",
"sinon": "~1.17.2",
"chai": "~3.4.2",
"sinon-chai": "~2.8.0",
"karma-read-json": "~1.1.0"
},
"appPath": "app",
"moduleName": "angularFormentry",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"homepage": "https://github.com/AMPATH/openmrs-angularFormentry",
"authors": [
"AMPATH Developers <[email protected]>"
],
"description": "angular-formentry module for OpenMRS",
"main": "dist/scripts/angularFormentry.js",
"moduleType": [
"node"
],
"keywords": [
"angular",
"formentry",
"openmrs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"app",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
]
}