-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
35 lines (35 loc) · 1.07 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
{
"name": "clinicaltrials",
"version": "0.0.1",
"description": "Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js",
"dependencies": {
"angular": "~1.2.28",
"angular-animate": "~1.2",
"angular-bootstrap": "~0.11.0",
"angular-chosen-localytics": "~1.0.7",
"angular-cookies": "~1.2",
"angular-datatables": "~0.4.0",
"angular-mocks": "~1.2",
"angular-resource": "~1.2",
"angular-sanitize": "~1.2",
"angular-touch": "~1.2",
"angular-ui-router": "~0.2.10",
"angular-ui-utils": "~0.1.1",
"angular-underscore": "~0.5.0",
"angularUtils-pagination": "angular-utils-pagination#~0.9.4",
"animate.css": "~3.2.0",
"bootbox.js": "bootbox#~4.4.0",
"bootstrap": "~3",
"bootstrap-chosen": "~1.0.0",
"chosen_v1.3.0": "https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip",
"d3": "~3.5.3",
"fontawesome": "~4.3.0",
"string": "~3.0.0",
"text-highlighter": "~1.2.0",
"underscore": "~1.7.0",
"venn.js": "*"
},
"resolutions": {
"angular": "~1.2.28"
}
}