forked from LHNCBC/lforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
57 lines (57 loc) · 1.23 KB
/
Copy pathbower.json
File metadata and controls
57 lines (57 loc) · 1.23 KB
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
{
"name": "lforms",
"version": "25.1.5",
"dependencies": {
"jquery-ui": "^1.12.1",
"angular": "^1.8.0",
"angular-animate": "^1.8.0",
"angular-bootstrap": "^1.1.0",
"bootstrap": "^3.4.1",
"ngSmoothScroll": "^2.0.0",
"element-resize-detector": "^1.1.15",
"bootstrap-ui-datetime-picker": "^2.6.4",
"autocomplete-lhc": "^18.1.1",
"ucum-lhc": "^4.1.3",
"moment": "^2.24.0"
},
"overrides": {
"jquery-ui": {
"main": [
"ui/widget.js",
"ui/widgets/datepicker.js",
"themes/redmond/jquery-ui.min.css"
]
}
},
"devDependencies": {
"angular-file-upload": "^2.3.4",
"angular-mocks": "^1.8.0",
"angular-scenario": "^1.8.0",
"angular-route": "^1.8.0"
},
"appPath": "app",
"authors": [
"Ye Wang <wangye@mail.nih.gov>"
],
"description": "An angular directive that displays forms defined in the lforms standard format.",
"main": [
"bower-dist/lforms.js",
"app/styles/lforms.css"
],
"keywords": [
"lforms",
"angular",
"LOINC",
"form",
"panel"
],
"license": "MIT",
"homepage": "https://github.com/lhncbc/lforms",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}