-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 779 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 779 Bytes
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
{
"name": "DataBridge-webapp",
"version": "0.0.1",
"description": "Web app for the DataBridge platform",
"dependencies": {
"bootstrap": "~3.1",
"angular": "~1.4.6",
"angular-resource": "~1.4",
"angular-mocks": "~1.4",
"angular-cookies": "~1.4",
"angular-animate": "~1.4.6",
"angular-touch": "~1.4",
"angular-sanitize": "~1.4",
"angular-bootstrap": "~0.11.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.15",
"slick-carousel": "~1.5.8",
"angular-slick": "~0.2.1",
"when": "3.7.4",
"angular-sessionstorage": "~1.1.5",
"ngstorage": "~0.3.11"
},
"resolutions": {
"angular": "1.4.6",
"angular-bootstrap": "~0.11.0",
"angular-ui-utils": "~3.0.0",
"slick-carousel": "~1.5.8"
}
}