diff --git a/package.json b/package.json index f944b068..1d86a1e9 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,11 @@ "license": "Apache 2.0", "preferGlobal": true, "main": "index.js", - "repository": { - "type": "git", - "url": "https://github.com/swagger-api/swagger-node.git" + "repository": "swagger-api/swagger-node.git", + "bugs": { + "url": "https://github.com/swagger-api/swagger-node/issues" }, + "homepage": "https://github.com/swagger-api/swagger-node#readme", "dependencies": { "async": "^2.1.4", "commander": "^2.7.1", @@ -54,4 +55,4 @@ "swagger": "bin/swagger.js", "swagger-project": "bin/swagger-project.js" } -} \ No newline at end of file +}