Update package.json to allow for npm publishing and installation

This commit is contained in:
Tim-Smart 2010-06-22 10:48:49 +12:00
parent d5cf339b83
commit 2ed66f6e8b
1 changed files with 11 additions and 1 deletions

View File

@ -3,5 +3,15 @@
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language"],
"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"
}
}