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