2009-12-24 14:41:35 -08:00
|
|
|
{
|
2009-12-24 17:05:55 -08:00
|
|
|
"name": "coffee-script",
|
|
|
|
"description": "Unfancy JavaScript",
|
2010-07-23 11:06:17 -07:00
|
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
2009-12-24 17:05:55 -08:00
|
|
|
"author": "Jeremy Ashkenas",
|
2010-09-21 23:58:05 -04:00
|
|
|
"version": "0.9.4",
|
2010-06-22 10:48:49 +12:00
|
|
|
"licenses": [{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
|
|
}],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.1.99"
|
|
|
|
},
|
2010-08-23 11:39:06 -04:00
|
|
|
"directories" : {
|
|
|
|
"lib" : "./lib"
|
|
|
|
},
|
|
|
|
"main" : "./lib/coffee-script",
|
2010-07-23 11:06:17 -07:00
|
|
|
"bin": {
|
|
|
|
"coffee": "./bin/coffee",
|
|
|
|
"cake": "./bin/cake"
|
2010-06-22 10:48:49 +12:00
|
|
|
}
|
2009-12-24 14:41:35 -08:00
|
|
|
}
|