generator-dss-email
Version:
Yeoman generator that provides HTML boilerplate and cross client pitfall sniffing
19 lines (18 loc) • 521 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",
"grunt-html-validation": "*",
"grunt-lint-pattern" : "*"
}
}