Skip to content

Commit

Permalink
Add info to package
Browse files Browse the repository at this point in the history
Add info to package
  • Loading branch information
fciancio committed Apr 24, 2015
1 parent 3408284 commit c111828
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-angular-require-fullstack",
"version": "0.0.0",
"description": "Yeoman generator",
"version": "0.1.0",
"description": "Yeoman generator for AngularJS using RequireJS, Filerev, i18n and lazy loading",
"license": "MIT",
"main": "app/index.js",
"repository": "monits/generator-angular-require-fullstack",
Expand All @@ -17,7 +17,16 @@
"app"
],
"keywords": [
"yeoman-generator"
"yeoman-generator",
"scaffold",
"framework",
"component",
"front-end",
"app",
"angular",
"requirejs",
"filerev",
"bootstrap"
],
"dependencies": {
"yeoman-generator": "^0.19.0",
Expand Down

0 comments on commit c111828

Please sign in to comment.