forked from voidlabs/mosaico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
79 lines (79 loc) · 2.01 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
{
"name": "mosaico",
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"knockout-sortable": "~0.11.0",
"jqueryui-touch-punch": "*",
"jquery-file-upload": "~9.8.0",
"jquery": "~1.11.2",
"jquery-ui": "~1.11.3",
"blueimp-load-image": "~1.13.0",
"blueimp-canvas-to-blob": "~2.1.1",
"knockoutjs-reactor": "ZiadJ/knockoutjs-reactor#273d140ce28e7cecf0f573a605d259e22cbfc319",
"knockout-jqueryui": "bago/knockout-jqueryui#9452901885186c94f97b34535374cbe31405a882",
"mensch": "brettstimmerman/mensch#~0.3.2",
"toastr": "~2.1.0",
"knockout-undomanager": "bago/knockout-undomanager#v0.2.1",
"knockout.wrap": "bago/knockout.wrap#mosaico",
"jquery.iframe-transport": "~1.0.0",
"tinymce": "~4.3.2",
"knockout": "~3.4.0",
"console-browserify": "Raynos/console-browserify#~1.0.3",
"font-awesome": "~4.3.0",
"blueimp-file-upload": "~9.9.3",
"evol-colorpicker": "bago/colorpicker#mosaico",
"jsep": "~0.3.0",
"tinycolor": "~1.2.1",
"webfont-notosans": "~0.1.0"
},
"overrides": {
"console-browserify": {
"main": "index.js"
},
"blueimp-load-image": {
"main": "js/load-image.js"
},
"jquery-file-upload": {
"dependencies": {
"jquery": ">=1.6",
"blueimp-load-image": ">=1.13.0",
"blueimp-canvas-to-blob": ">=2.1.1"
},
"main": [
"js/jquery.fileupload.js",
"js/jquery.fileupload-process.js",
"js/jquery.fileupload-validate.js",
"js/jquery.fileupload-image.js"
]
},
"jsep": {
"main": "src/jsep.js"
},
"knockout-sortable": {
"dependencies": {
"knockout": ">=3.0.0"
}
},
"jqueryui-touch-punch": {
"dependencies": {
"jquery-ui": ">=1.8.0"
},
"main": "jquery.ui.touch-punch.min.js"
},
"mensch": {
"main": [
"index.js"
]
}
},
"resolutions": {
"knockout": "~3.4.0"
}
}