diff --git a/package.json b/package.json index 8c7ca1d..a471c1a 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,14 @@ "mocha": "1.5.0", "async": "0.1.22" }, + "repository": { + "type": "git", + "url": "https://github.com/borbit/node-leaderboard.git" + }, "dependencies": { "redis": "0.8.1" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" } -} \ No newline at end of file +}