forked from Opifer/CmsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 802 Bytes
/
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
{
"name": "opifer-cmsbundle",
"dependencies": {
"jquery": ">=1.11",
"jquery-ui": "~1.10.2",
"bootstrap": "latest",
"angular": "1.3.13",
"angular-resource": "1.3.13",
"angular-route": "1.3.13",
"underscore": "latest",
"angular-google-maps": "~1.0",
"angular-inview": "latest",
"afkl-lazy-image": "latest",
"angular-ui-sortable": "latest",
"angular-loading-bar": "latest",
"dropzone": "latest",
"ngInfiniteScroll": "latest",
"font-awesome": "~4.3.0",
"ng-file-upload": "3.3.*",
"jquery-slugify": "latest",
"ckeditor": "4.5.1",
"font-awesome-animation": "~0.0.6",
"bootbox.js": "~4.4.0",
"mprogress": "~0.1.1",
"typeahead.js": "~0.11"
},
"resolutions": {
"angular": "1.3.13",
"jquery": ">2.1.*"
}
}