-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 1.1 KB
/
Copy pathbower.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "eHIFDemo",
"version": "0.0.0",
"homepage": "https://github.com/eHIF/eHIFDemo",
"authors": [
"ʌἁɀɑƿѻѕ <larjohn@gmail.com>"
],
"description": "A demo web application taking advantage of eHIF processes",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.2.0",
"DataTables": "~1.10.2",
"bootstrap-select": "~1.6.1",
"jstree": "~3.0.3",
"bootstrap-jstree-theme": "~0.2.1",
"bootstrap-datepicker": "~1.3.0",
"jquery-file-upload": "~9.7.0",
"awesome-bootstrap-checkbox": "0.2.1",
"Font-Awesome": "~4.2.0",
"blueimp-load-image": "~1.12.0",
"sb-admin-2": "*",
"angular": "~1.2.25",
"angular-route": "~1.2.25",
"angular-resource": "~1.2.25",
"angular-datatables": "~0.2.0",
"eonasdan-bootstrap-datetimepicker": "~3.1.3",
"angular-chosen-localytics": "~1.0.6",
"angular-bootstrap-datetimepicker": "~0.3.8",
"datatables-responsive": "~1.0.4"
},
"resolutions": {
"angular": "1.2.28"
}
}