UNPKG

generator-angular-fab

Version:

Yeoman generator for an AngularJS and Angular-Material project.

31 lines (30 loc) 788 B
{ "name": "<%= app_name %>", "description": "<%= app_description %>", "license": "MIT", "author": "<%= app_author %>", "contributors": {}, "dependencies": {}, "version": "0.1.0", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-cssmin": "~0.10.0", "grunt-contrib-copy": "^0.8.2", "grunt-filerev": "^2.3.1", "grunt-contrib-imagemin": "^1.0.0", "grunt-usemin": "^3.1.1", "grunt-svgmin": "^3.1.1", "grunt-wiredep": "^2.0.0", "jasmine-core": "^2.4.1", "jshint-stylish": "^2.1.0", "time-grunt": "^1.3.0" }, "repository": { "type": "git", "url": "git://github.com/<%= githubusername %>/<%= app_name %>" } }