Skip to content

Commit

Permalink
Merge pull request #4 from saurbkumar/feature/npmPublish
Browse files Browse the repository at this point in the history
added npm info
  • Loading branch information
saurhkumar committed Jan 8, 2022
2 parents 0c9edba + e02552c commit 7a5d817
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "generator-rest-swagger-express",
"version": "0.1.0",
"description": "",
"description": "RESTful API generator with swagger integration using NodeJS, Express. Supports MYSQL",
"author": "Saurabh Kumar <[email protected]>",
"license": "(ISC) MIT",
"files": [
"generators"
],
"repository": {
"type": "git",
"url": "git+https://github.com/saurbkumar/generator-rest-swagger-express.git"
},
"keywords": [
"yeoman-generator"
"yeoman-generator",
"swagger",
"SQL",
"REST"
],
"dependencies": {
"glob": "^7.2.0",
"yeoman-generator": "^5.4.2"
}
},
"bugs": {
"url": "https://github.com/saurbkumar/generator-rest-swagger-express/issues"
},
"homepage": "https://github.com/saurbkumar/generator-rest-swagger-express#readme"
}

0 comments on commit 7a5d817

Please sign in to comment.