diff --git a/package.json b/package.json index b4452bb1d3..6e322a046a 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,14 @@ }, "repository": { "type": "git", - "url": "git://github.com/mranney/node_redis.git" + "url": "git://github.com/NodeRedis/node_redis.git" + }, + "bugs": { + "url": "https://github.com/NodeRedis/node_redis/issues" + }, + "homepage": "https://github.com/NodeRedis/node_redis", + "directories": { + "example": "examples", + "test": "test" } }