1
0
Fork 0
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:
Tim-Smart 2010-06-22 10:48:49 +12:00
parent d5cf339b83
commit 2ed66f6e8b

View file

@ -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"
}
} }