-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 910 Bytes
/
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
{
"name": "gulp-pug-mjml-mailing",
"version": "0.2.0",
"description": "Workflow for mailing creation from MJML to HTML from pug",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+ssh://git@ithub.com:renaco/gulp-pug-mjml-mailing.git"
},
"author": "renaco",
"homepage": "https://github.com/renaco/gulp-pug-mjml-mailing",
"devDependencies": {
"browser-sync": "2.27.5",
"gulp": "^4.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-mjml": "4.0.2",
"gulp-pug": "5.0.0",
"gulp-rename": "2.0.0",
"mjml": "4.10.2"
},
"scripts": {
"clean": "rm -rf node_modules && rm package-lock.json",
"compile": "gulp mjml",
"build": "gulp build",
"preinstall": "npx npm-force-resolutions",
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}