generator-angular-fab
Version:
Yeoman generator for an AngularJS and Angular-Material project.
17 lines (16 loc) • 417 B
JSON
{
"name": "<%= app_name %>",
"description": "<%= app_description %>",
"author": "<%= app_author %>",
"contributors": {},
"dependencies": {
"angular": ">=1.4.0",
"angular-ui-router": ">=0.2.11",
"angularfire": ">=1.0.0"
},
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/<%= githubusername %>/<%= app_name %>"
}
}