forked from blitze/phpBB-ext-sitemaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
64 lines (64 loc) · 1.34 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
{
"name": "phpBB Sitemaker",
"dependencies": {
"fontawesome": "latest",
"jqueryui-touch-punch": "*",
"jquery-ui": "^1.11.4",
"jquery.populate": "https://github.com/dtuite/jquery.populate.git",
"nestedSortable": "*",
"tinymce": "^4.3.8",
"toast-grid": "https://github.com/daneden/Toast.git#master",
"twig.js": "^0.9.5",
"codemirror": "^5.18.2"
},
"overrides": {
"fontawesome": {
"main": [
"./css/font-awesome.css",
"./fonts/*"
]
},
"codemirror": {
"main": [
"lib/codemirror.js",
"lib/codemirror.css",
"addon/display/autorefresh.js",
"theme/monokai.css"
]
},
"jquery-ui": {
"main": [
"jquery-ui.min.js",
"./themes/smoothness/**/*"
],
"dependencies": null
},
"jquery.populate": {
"main": "jquery.populate.js"
},
"jqueryui-touch-punch": {
"main": "jquery.ui.touch-punch.min.js",
"dependencies": null
},
"nestedSortable": {
"main": "jquery.ui.nestedSortable.js"
},
"tinymce": {
"main": [
"tinymce.min.js",
"./plugins/**/*",
"./skins/**/*",
"./themes/**/*"
]
},
"toast-grid": {
"main": []
},
"twig.js": {
"main": [
"twig.min.js",
"twig.min.js.map"
]
}
}
}