mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
22 lines
612 B
JSON
22 lines
612 B
JSON
{
|
|
"name": "coffee-script",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "0.9.4",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
}],
|
|
"engines": {
|
|
"node": ">=0.1.99"
|
|
},
|
|
"directories" : {
|
|
"lib" : "./lib"
|
|
},
|
|
"main" : "./lib/coffee-script",
|
|
"bin": {
|
|
"coffee": "./bin/coffee",
|
|
"cake": "./bin/cake"
|
|
}
|
|
}
|