UNPKG

generator-scheme-web

Version:

A Yeoman generator for Scheme Designs web project scafolding

31 lines 784 B
{ "name": "<%= _.slugify(appname) %>", "version": "0.1.0", "dependencies": {}, "devDependencies": { "grunt": "~0.4.4", "grunt-contrib-copy": "*", "grunt-contrib-uglify": "*", "grunt-contrib-compass": "~0.7.2", "grunt-contrib-jshint": "*", "grunt-contrib-csslint": "*", "grunt-contrib-cssmin": "*", "grunt-contrib-connect": "*", "grunt-contrib-clean": "*", "grunt-contrib-imagemin": "*", "grunt-contrib-watch": "*", "grunt-autoprefixer": "*", "grunt-usemin": "*", "grunt-newer": "*", "grunt-svgmin": "*", "grunt-concurrent": "*", "load-grunt-tasks": "*", "time-grunt": "*", "jshint-stylish": "*", "grunt-contrib-less": "*", "grunt-htmlhint": "*" }, "engines": { "node": ">=0.8.0" } }