Updated package.json file

This patch adds the openstack tag to the project, and ensures
that all generators are included in the published project.
This commit is contained in:
Michael Krotscheck 2016-03-22 10:50:50 -07:00
parent fe17357b03
commit 252e964971
1 changed files with 6 additions and 4 deletions

View File

@ -11,15 +11,17 @@
"lint": "eslint ./"
},
"keywords": [
"yeoman-generator"
"yeoman-generator",
"openstack"
],
"files": [
"index.js",
"generators/app",
"generators/library"
"generators"
],
"author": "OpenStack <openstack-dev@lists.openstack.org> (http://www.openstack.org/)",
"license": "Apache-2.0",
"peerDependencies": {
"yo": "^1.7.0"
},
"dependencies": {
"yeoman-generator": "^0.21.1"
},