diff --git a/package.json b/package.json index 83cd10608d..ab24dc2065 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "hackathon-starter", "version": "0.0.0", + "repository": { + "type" : "git", + "url" : "https://github.com/sahat/hackathon-starter.git" + }, "scripts": { "start": "node app.js", "test": "mocha"