-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 716 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 716 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
{
"name": "retrieval",
"version": "0.0.0",
"dependencies": {
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1",
"modernizr": "2.7.1",
"jquery": "2.1.1",
"angular": "1.2.26",
"json3": "3.3.2",
"angular-route": "1.2.26",
"angular-resource": "1.2.26",
"angular-cookies": "1.2.26",
"angular-sanitize": "1.2.26",
"angular-translate": "2.4.2",
"angular-translate-storage-cookie": "2.4.2",
"angular-translate-loader-static-files": "2.4.2",
"angular-dynamic-locale": "0.1.21",
"angular-i18n": "1.2.26",
"swagger-ui": "2.0.18",
"angular-cache-buster": "0.4.3"
},
"devDependencies": {
"angular-mocks": "1.2.26",
"angular-scenario": "1.2.26"
}
}