mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Update package.json to allow for npm publishing and installation
This commit is contained in:
parent
d5cf339b83
commit
2ed66f6e8b
1 changed files with 11 additions and 1 deletions
12
package.json
12
package.json
|
@ -3,5 +3,15 @@
|
||||||
"description": "Unfancy JavaScript",
|
"description": "Unfancy JavaScript",
|
||||||
"keywords": ["javascript", "language"],
|
"keywords": ["javascript", "language"],
|
||||||
"author": "Jeremy Ashkenas",
|
"author": "Jeremy Ashkenas",
|
||||||
"version": "0.6.2"
|
"version": "0.6.2",
|
||||||
|
"licenses": [{
|
||||||
|
"type": "MIT",
|
||||||
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
||||||
|
}],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.1.99"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"install": "sudo bin/cake install"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue