generator-jade-compass-coffee
Version:
Yo generator made with jade, sass, gulp, susy, breakpoint, modular-scale, coffeescript and livereload.
36 lines (35 loc) • 754 B
JSON
{
"name": "package",
"version": "0.0.0",
"dependencies": {
},
"devDependencies": {
"napa":"*",
"gulp":"*",
"gulp-plumber":"*",
"gulp-rename":"*",
"gulp-compass":"*",
"gulp-browserify":"*",
"gulp-jade":"*",
"gulp-ng-annotate":"*",
"gulp-imagemin":"*",
"gulp-connect":"*",
"gulp-minify-css":"*",
"gulp-uglify":"*",
"browserify":"*"
<% if (includeCoffee) { %>
,"coffeeify":"*"
<% } %>
}
<% if (angular) { %>
,"scripts":{
"install":"napa"
},
"napa": {
"angular":"angular/bower-angular",
"angular-sanitize":"angular/bower-angular-sanitize",
"angular-route":"angular/bower-angular-route",
"angular-cookies":"angular/bower-angular-cookies"
}
<% } %>
}