-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 810 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 810 Bytes
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
{
"name": "htm-responsive-email",
"version": "1.0.0",
"description": "Makes responsive-email easy",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env ASSETS_PATH=/assets NODE_ENV=development ./node_modules/.bin/gulp dev",
"build": "cross-env ASSETS_PATH=/assets NODE_ENV=production ./node_modules/.bin/gulp build"
},
"keywords": [],
"author": "Dmitry Lazenyuk <lazenyukdima@gmail.com> (https://github.com/lazenyuk-dmitry)",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.27.11",
"gulp-clean": "^0.4.0",
"gulp-inject-envs": "^1.2.0",
"gulp-mjml": "^4.0.2",
"mjml": "^4.14.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"gulp": "^4.0.2",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1"
}
}