UNPKG

generator-gae-angular-material-starter

Version:
45 lines (44 loc) 1.15 kB
{ "name": "<%= slugifiedAppName %>", "version": "0.0.1",<% if (appAuthor) { %> "author": "<%= capitalizedAppAuthor %>",<% } %> "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "repository": { "type": "git", "url": "http://github.com/madvas/gae-angular-material-starter" }, "devDependencies": { "bower": "~1", "del": "^1.1.1", "glob": "^4.3.5", "grunt": "^0.4.5", "grunt-pylint": "^1.1.0", "gulp": "~3", "gulp-angular-templatecache": "^1.5.0", "gulp-bower": "~0", "gulp-concat-css": "^2.1.0", "gulp-grunt": "^0.5.2", "gulp-htmlhint": "0.0.9", "gulp-inject": "^1.1.1", "gulp-install": "^0.2.0", "gulp-jscs": "^1.4.0", "gulp-jshint": "^1.9.2", "gulp-jslint-simple": "^1.0.0", "gulp-less": "^3.0.0", "gulp-livereload": "~3", "gulp-load-plugins": "~0", "gulp-minify-css": "^0.4.5", "gulp-ng-annotate": "^0.5.2", "gulp-rename": "^1.2.0", "gulp-sourcemaps": "^1.3.0", "gulp-uglifyjs": "^0.6.0", "gulp-watch": "^4.1.1", "gulp-zip": "^2.0.3", "jshint-stylish": "^1.0.0" } }