mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
updating package.json to work better with NPM. Issue #522
This commit is contained in:
parent
0a3f6c49f8
commit
24a5adc898
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue