forked from voidlabs/mosaico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.26 KB
/
package.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
{
"name": "mosaico",
"version": "0.17.4",
"description": "Mosaico - OpenSource Email Template Editor",
"main": "./src/js/app.js",
"repository": {
"type": "git",
"url": "[email protected]:voidlabs/mosaico.git"
},
"browserify": {
"transform": [
"aliasify",
"browserify-shim",
"browserify-versionify",
"uglifyify"
]
},
"aliasify": {
"aliases": {
"console": "console-browserify",
"knockoutjs-reactor": "ko-reactor/dist/ko-reactor.min.js",
"tinycolor": "tinycolor2"
}
},
"browserify-shim": {
"jquery": "global:jQuery",
"jquery-ui/ui/widgets/sortable": "global:jQuery.ui.sortable",
"jquery-ui/ui/widgets/draggable": "global:jQuery.ui.draggable",
"jquery-ui/ui/widgets/droppable": "global:jQuery.ui.droppable",
"jquery-ui/ui/widgets/spinner": "global:jQuery.ui.spinner",
"jquery-ui/ui/widgets/tabs": "global:jQuery.ui.tabs",
"knockout": "global:ko",
"knockout-jqueryui": "global:kojqui",
"tinymce": "global:tinymce"
},
"dependencies": {
"blueimp-canvas-to-blob": "3.14.0",
"blueimp-load-image": "2.19.0",
"blueimp-file-upload": "9.22.0",
"console-browserify": "^1.1.0",
"default-passive-events": "^1.0.7",
"evol-colorpicker": "^3.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-migrate": "^3.0.1",
"jquery-ui-package": "1.11.4",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.iframe-transport": "^1.0.0",
"jsep": "^0.3.3",
"juice": "^4.2.3",
"knockout": "3.4.2",
"knockout-jqueryui": "2.2.3",
"knockout-sortable": "^1.1.0",
"ko-reactor": "^1.4.0",
"mensch": "^0.3.3",
"slick": "1.12.2",
"tinycolor2": "1.4.1",
"tinymce": "4.5.8",
"toastr": "^2.1.4"
},
"devDependencies": {
"aliasify": "2.1.0",
"async": "2.6.1",
"autoprefixer": "9.0.1",
"body-parser": "1.18.3",
"browserify": "16.2.2",
"browserify-incremental": "3.1.1",
"browserify-shim": "3.8.14",
"browserify-versionify": "^1.0.6",
"cheerio": "1.0.0-rc.2",
"connect-livereload": "0.6.0",
"csswring": "6.0.3",
"express": "4.16.3",
"gm": "1.23.1",
"grunt": "1.0.3",
"grunt-browserify": "5.3.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-exorcise": "2.1.1",
"grunt-express-server": "0.5.4",
"grunt-google-fonts": "^0.5.0",
"grunt-jasmine-node-coverage": "2.0.1",
"grunt-keepalive": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-parallel": "0.5.1",
"grunt-postcss": "0.9.0",
"grunt-release": "0.13.1",
"jasmine-core": "3.1.0",
"jquery-file-upload-middleware": "0.1.8",
"jshint-stylish": "2.2.1",
"license-checker": "20.1.0",
"load-grunt-tasks": "4.0.0",
"lodash": "4.17.10",
"mockery": "2.1.0",
"nodemailer": "4.6.7",
"uglifyify": "5.0.1"
},
"author": "Stefano Bagnara",
"license": "GPL-3.0",
"licenseurl": "https://www.gnu.org/licenses/gpl-3.0.en.html",
"scripts": {
"test": "grunt jasmine_node"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}