add repository to package.json

This commit is contained in:
James Campos 2011-02-10 18:17:53 -08:00
parent 963fc4cebc
commit b1d900210a
1 changed files with 5 additions and 1 deletions

View File

@ -19,5 +19,9 @@
"coffee": "./bin/coffee",
"cake": "./bin/cake"
},
"homepage": "http://jashkenas.github.com/coffee-script/"
"homepage": "http://jashkenas.github.com/coffee-script/",
"repository": {
"type": "git",
"url": "https://github.com/jashkenas/coffee-script.git"
}
}