forked from samyamirou/theastrologist-front
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 686 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 686 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
{
"name": "theastrologist-front",
"version": "1.1.0",
"dependencies": {
"jquery": "2.1.4",
"angular": "1.4.7",
"angular-route": "1.4.7",
"angular-animate": "1.4.7",
"angular-cookies": "1.4.7",
"angular-translate": "2.8.1",
"angular-translate-loader-static-files": "2.8.1",
"angular-ui-utils": "3.0.0",
"angular-bootstrap": "0.14.1",
"restangular": "1.5.1",
"jquery-ui": "1.11.4",
"bootstrap": "3.3.5",
"vis": "~4.9.0"
},
"devDependencies": {
"angular-mocks": "1.4.7",
"jasmine-promise-matchers": "~1.1.2"
},
"resolutions": {
"angular": "1.4.7",
"angular-translate": "~2.8.1",
"jquery": "2.1.4"
}
}