forked from oll-e/bazalt-theme-default
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 1015 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 1015 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
35
36
{
"name": "bazalt-theme-default",
"version": "1.0.0",
"homepage": "https://github.com/esvit/bazalt-theme-default",
"authors": [
"Vitalii Savchuk <esvit666@gmail.com>"
],
"description": "Default theme for Bazalt CMS",
"main": "index.html",
"keywords": [
"theme",
"cms",
"bazalt"
],
"license": "New BSD",
"private": true,
"dependencies": {
"bootstrap": "~3.0.0",
"angular-animate": "~1.2.0-rc.2",
"angular-route": "~1.2.0-rc.2",
"ng-editable-tree": "*",
"angular-route-segment": "https://github.com/esvit/angular-route-segment.git#~1.2.1",
"angular-file-upload": "https://github.com/esvit/angular-file-upload.git#master",
"ng-ckeditor": "*",
"angular-smoothscroll": "*",
"requirejs": "~2.1.8",
"angular-social": "~0.1.0",
"angular-resource": "~1.0.8",
"ng-table": "~0.2.2",
"jquery-ui": "~1.10.3",
"angular-cookies": "~1.0.8",
"fancybox": "~2.1.5",
"font-awesome": "~3.2.1",
"jquery-galleria": "~1.2.9"
}
}