forked from ng-nice/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 734 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 734 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
30
31
32
33
34
{
"name": "bookForum",
"version": "0.0.0",
"dependencies": {
"jquery": "1.9.x",
"angular-animate": "~1.2.28",
"angular-cookies": "~1.2.28",
"angular-touch": "~1.2.28",
"angular-sanitize": "~1.2.28",
"angular-resource": "~1.2.28",
"angular-ui-router": "0.2.13",
"bootstrap-sass-official": "3.2.x",
"angular": "~1.2.28",
"modernizr": "2.8.x",
"moment": "~2.8.3",
"underscore": "~1.7.0",
"angular-bootstrap": "~0.12.1"
},
"devDependencies": {
"angular-mocks": "~1.2.28"
},
"resolutions": {
"jquery": "1.9.x",
"angular": "~1.2.x"
},
"override": {
"jquery": {
"main": "jquery.js"
},
"modernizr": {
"main": "modernizr.js"
}
}
}