forked from KodiCMS/kodicms-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
131 lines (131 loc) · 3.33 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name" : "KodiCMS",
"version": "0.1",
"dependencies" : {
"backbone" : "latest",
"bootstrap": "latest",
"ckeditor": "latest",
"colorbox": "latest",
"datetimepicker": "latest",
"dropzone": "latest",
"fastclick": "latest",
"fontawesome": "latest",
"gridster": "latest",
"i18next": "latest",
"jquery": "latest",
"jquery.cookie": "latest",
"jquery.steps": "latest",
"jquery-query-object": "latest",
"jquery-ui": "latest",
"jquery-validation": "latest",
"moment": "latest",
"nestable": "latest",
"noty": "latest",
"select2": "latest",
"slimScroll": "latest",
"Sortable": "latest",
"underscore": "latest",
"x-editable": "latest",
"bootstrap-toggle": "latest",
"bootbox": "latest",
"jsdiff": "latest"
},
"install" : {
"base": "public/cms/libs",
"path" : {
"js": "{name}/js",
"map": "{name}/js",
"less": "{name}/less",
"css": "{name}/css",
"eot": "{name}/fonts",
"svg": "{name}/fonts",
"ttf": "{name}/fonts",
"woff": "{name}/fonts",
"woff2": "{name}/fonts",
"otf": "{name}/fonts",
"gif": "{name}/images",
"png": "{name}/images",
"jpg": "{name}/images"
},
"sources" : {
"backbone" : [
"public/libs/backbone/backbone-min.js",
"public/libs/backbone/backbone-min.map"
],
"underscore" : [
"public/libs/underscore/underscore-min.js",
"public/libs/underscore/underscore-min.map"
],
"bootstrap": [
"public/libs/bootstrap/dist/css/**",
"public/libs/bootstrap/dist/js/**",
"public/libs/bootstrap/fonts/**",
"public/libs/bootstrap/less/**"
],
"datetimepicker": [
"public/libs/datetimepicker/jquery.datetimepicker.css",
"public/libs/datetimepicker/jquery.datetimepicker.js"
],
"fontawesome": [
"public/libs/fontawesome/css/**",
"public/libs/fontawesome/fonts/**",
"public/libs/fontawesome/less/**"
],
"gridster": [
"public/libs/gridster/dist/**"
],
"dropzone": [
"public/libs/dropzone/dist/min/**"
],
"i18next": [
"public/libs/i18next/i18next.min.js"
],
"jquery": [
"public/libs/jquery/dist/jquery.min.js",
"public/libs/jquery/dist/jquery.min.map"
],
"jquery.steps": [
"public/libs/jquery.steps/build/jquery.steps.min.js"
],
"jquery-query-object": [
"public/libs/jquery-query-object/jquery.query-object.js"
],
"jquery-ui": [
"public/libs/jquery-ui/jquery-ui.min.js",
"public/libs/jquery-ui/themes/smoothness/*.*"
],
"jquery-validation": [
"public/libs/jquery-validation/dist/*.*",
"public/libs/jquery-validation/src/localization/**"
],
"moment": [
"public/libs/moment/min/*.*",
"public/libs/moment/locale/**"
],
"nestable": [
"public/libs/nestable/jquery.nestable.js"
],
"noty": [
"public/libs/noty/js/noty/packaged/*.*"
],
"select2": [
"public/libs/select2/dist/css/*.*",
"public/libs/select2/dist/js/**"
],
"Sortable": [
"public/libs/Sortable/jquery.binding.js",
"public/libs/Sortable/Sortable.min.js"
],
"x-editable": [
"public/libs/x-editable/dist/bootstrap3-editable/css/**",
"public/libs/x-editable/dist/bootstrap3-editable/img/**",
"public/libs/x-editable/dist/bootstrap3-editable/js/**"
],
"colorbox": [
"public/libs/colorbox/jquery.colorbox.js",
"public/libs/colorbox/jquery.colorbox-min.js",
"public/libs/colorbox/example3/images/*.*"
]
}
}
}