added repository field to package.json

This commit is contained in:
Amit K
2014-02-26 17:08:33 +05:30
parent 84fe68f990
commit b48ad0e980

View File

@ -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"