jashkenas--coffeescript/package.json

23 lines
615 B
JSON
Raw Normal View History

2009-12-24 17:41:35 -05:00
{
"name": "coffee-script",
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.1.0-pre",
"licenses": [{
"type": "MIT",
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
}],
"engines": {
2010-12-24 14:02:10 -05:00
"node": ">=0.2.5"
},
2010-08-23 11:39:06 -04:00
"directories" : {
"lib" : "./lib"
},
"main" : "./lib/coffee-script",
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
}
2009-12-24 17:41:35 -05:00
}