UNPKG

generator-angular-fab

Version:

Yeoman generator for an AngularJS and Angular-Material project.

56 lines (55 loc) 1.01 kB
{ "name": "generator-angular-fab", "version": "0.5.7", "description": "Yeoman generator for an AngularJS and Angular-Material project.", "license": "MIT", "main": "app/index.js", "repository": "FabVillegas/generator-angular-fab", "author": { "name": "Fabritzio Villegas", "email": "f.villegas93@gmail.com", "url": "https://github.com/FabVillegas" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "app" ], "keywords": [ "yeoman-generator", "fab", "material", "angular-material", "design", "angular", "webapp", "angularjs", "angular", "js", "generator", "single", "page", "app", "angularfire", "firebase", "generator", "fabritzio", "villegas" ], "dependencies": { "yeoman-generator": "^0.17.0", "chalk": "^0.5.0", "yosay": "^0.3.0", "colors": "~1.0.3" }, "devDependencies": { "mocha": "*" }, "peerDependencies": { "yo": ">=1.0.0" } }