2009-12-24 17:41:35 -05:00
|
|
|
{
|
2009-12-24 20:05:55 -05:00
|
|
|
"name": "coffee-script",
|
|
|
|
"description": "Unfancy JavaScript",
|
2010-07-23 14:06:17 -04:00
|
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
2009-12-24 20:05:55 -05:00
|
|
|
"author": "Jeremy Ashkenas",
|
2010-08-03 00:06:34 -04:00
|
|
|
"version": "0.9.0",
|
2010-06-21 18:48:49 -04:00
|
|
|
"licenses": [{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
|
|
}],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.1.99"
|
|
|
|
},
|
2010-07-23 14:06:17 -04:00
|
|
|
"bin": {
|
|
|
|
"coffee": "./bin/coffee",
|
|
|
|
"cake": "./bin/cake"
|
2010-06-21 18:48:49 -04:00
|
|
|
}
|
2009-12-24 17:41:35 -05:00
|
|
|
}
|