1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

updating package.json for newer NPM.

This commit is contained in:
Jeremy Ashkenas 2010-08-23 11:39:06 -04:00
parent 117204a784
commit 9fd92bf884

View file

@ -11,6 +11,10 @@
"engines": { "engines": {
"node": ">=0.1.99" "node": ">=0.1.99"
}, },
"directories" : {
"lib" : "./lib"
},
"main" : "./lib/coffee-script",
"bin": { "bin": {
"coffee": "./bin/coffee", "coffee": "./bin/coffee",
"cake": "./bin/cake" "cake": "./bin/cake"