add homepage to package.json

This commit is contained in:
James Campos 2011-02-10 17:54:00 -08:00
parent 6f21f8a402
commit 963fc4cebc
1 changed files with 2 additions and 1 deletions

View File

@ -18,5 +18,6 @@
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
}
},
"homepage": "http://jashkenas.github.com/coffee-script/"
}