Skip to content

Commit

Permalink
Update the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Jul 5, 2016
1 parent e46828f commit 05a80a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"author": "Paul Vorbach <[email protected]> (https://vorb.de/)",
"author": "ReadMe <[email protected]> (http://readme.io)",
"name": "api",
"description": "A server framework for easy routing",
"description": "A collection of API tools",
"tags": [
"server",
"middleware",
"router"
"api",
"apis",
"microservice"
],
"version": "0.3.1",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-api.git"
"url": "git://github.com/readmeio/api.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-api/issues"
"url": "https://github.com/readmeio/api/issues"
},
"main": "./api.js",
"bin": {
Expand Down

0 comments on commit 05a80a2

Please sign in to comment.