forked from AMPATH/openmrs-angularFormentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.31 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": "angular-formentry",
"version": "0.0.2",
"dependencies": {
"angular": "^1.3.0",
"angular-animate": "^1.3.0",
"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.1.2",
"angular-formly-templates-bootstrap": "6.1.4",
"angular-ui-select": "~0.12.1",
"bootstrap-ui-datetime-picker": "~1.2.5",
"api-check": "~7.5.0",
"angular-bootstrap": "~0.13.0"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "angularFormentry",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"homepage": "https://github.com/Werick/ng-formentry-v2",
"authors": [
"werick <[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",
"tests"
]
}