generator-gulp-of-drano
Version:
Yeoman generator for an angular.js site. CoffeeScript, stylus, jade, gulp.js. Bootstrap, angular-strap, nib, angular-ui-router. Heroku + s3 deployment tasks included.
127 lines (126 loc) • 3.36 kB
JSON
{
"name": "generator-gulp-of-drano",
"version": "0.0.5-beta2",
"description": "Yeoman generator for an angular.js site. CoffeeScript, stylus, jade, gulp.js. Bootstrap, angular-strap, nib, angular-ui-router. Heroku + s3 deployment tasks included.",
"license": "MIT",
"main": "app/index.js",
"repository": "lynndylanhurley/generator-gulp-of-drano",
"author": {
"name": "Lynn Dylan Hurley",
"email": "lynn.dylan.hurley+github@gmail.com",
"url": "https://github.com/lynndylanhurley"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app",
"controller"
],
"keywords": [
"yeoman-generator",
"angular",
"angular.js",
"angularjs",
"CoffeeScript",
"jade",
"stylus",
"gulp.js",
"gulp",
"bootstrap",
"angular-strap",
"angular-ui-router",
"heroku",
"s3"
],
"dependencies": {
"yeoman-generator": "~0.17.7",
"chalk": "~0.5.1"
},
"devDependencies": {
"config": "^1.7.0",
"express": "^4.10.1",
"express-handlebars": "^1.1.0",
"http-proxy": "^1.6.1",
"js-yaml": "^3.2.2",
"request": "^2.47.0",
"sitemap": "^0.7.4",
"browser-sync": "^1.6.5",
"canvas": "^1.1.6",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.8.0",
"connect-livereload": "^0.5.0",
"css-sprite": "0.9.0-beta2",
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^1.0.1",
"gulp-awspublish": "^0.0.23",
"gulp-buffer": "0.0.2",
"gulp-cached": "1.0.1",
"gulp-cdnizer": "^1.0.3",
"gulp-changed": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.2.0",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.2.0",
"gulp-debug": "^1.0.1",
"gulp-filter": "^1.0.2",
"gulp-if": "1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-inject": "^1.0.2",
"gulp-inject-reload": "0.0.2",
"gulp-jade": "^0.9.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^2.1.1",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-mocha": "^1.1.1",
"gulp-newer": "^0.3.0",
"gulp-ng-annotate": "^0.3.4",
"gulp-ng-html2js": "^0.1.8",
"gulp-nodemon": "^1.0.4",
"gulp-remember": "^0.2.1",
"gulp-rename": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace-stream": "0.0.1-alpha4",
"gulp-sass": "git://github.com/lynndylanhurley/gulp-sass.git#master",
"gulp-shell": "^0.2.10",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.1.0",
"imagemin-pngcrush": "^4.0.0",
"lazypipe": "^0.2.2",
"lodash": "^2.4.1",
"main-bower-files": "^2.2.0",
"map-stream": "0.0.5",
"mocha": "^2.0.1",
"node-useref": "^0.3.8",
"phantomjs": "^1.9.12",
"protractor": "^1.4.0",
"protractor-ci": "0.0.2-alpha5",
"q": "^1.0.1",
"run-sequence": "^1.0.1",
"sass-graph": "^0.1.2",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"strip-bom": "^1.0.0",
"stylerefs": "^0.1.6",
"through2": "^0.6.3",
"tiny-lr": "^0.1.4",
"vinyl": "^0.4.3",
"vinyl-source-stream": "^1.0.0",
"wiredep": "^2.0.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}