diff --git a/package.json b/package.json index 82804471..46a1fa54 100644 --- a/package.json +++ b/package.json @@ -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" + } }