generator-email
Version:
Yeoman generator to help ease the development of HTML emails.
17 lines (16 loc) • 455 B
JSON
{
"name": "<%= _.slugify( projectName ) %>",
"version": "0.1.0",
"private": true,
"devDependencies": {
"grunt": "0.4.2",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-connect": "0.7.1",
"grunt-contrib-watch": "0.5.3",
<% if ( stylesheet === "sass" ) { %>"grunt-sass": "0.10.0",<% } %>
"grunt-contrib-imagemin": "0.5.0",
"grunt-uncss": "0.2.0",
"grunt-contrib-htmlmin": "0.2.0",
"grunt-premailer": "0.2.4"
}
}