generator-bedrock
Version:
Scaffolds out foundation 5, font-awesome and some opinionated folder structure.
34 lines (33 loc) • 1.13 kB
JSON
{
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-uncss": "^0.2.0",
"grunt-sass": "^0.10.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-jshint": "~0.8.0",
"jshint-stylish": "~0.1.5",
"grunt-contrib-connect": "~0.6.0",
"connect-livereload": "~0.3.2",
"grunt-notify": "~0.2.17",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-filerev": "~0.2.1",
"grunt-usemin": "git+https://github.com/yeoman/grunt-usemin#master",
"grunt-open": "~0.2.3",
"grunt-concurrent": "~0.4.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.9",
"grunt-modernizr": "~0.5.1"<% if (ghPages) { %>,
"grunt-gh-pages": "~0.9.1"<% } %>
},
"engines": {
"node": ">=0.8.0"
}
}