updating package.json to work better with NPM. Issue #522

This commit is contained in:
Jeremy Ashkenas 2010-07-23 11:06:17 -07:00
parent 0a3f6c49f8
commit 24a5adc898
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "coffee-script",
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language"],
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "0.7.2",
"licenses": [{
@ -11,7 +11,8 @@
"engines": {
"node": ">=0.1.99"
},
"scripts": {
"install": "bin/cake install"
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
}
}