mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
31 lines
828 B
JSON
31 lines
828 B
JSON
{
|
|
"name": "coffee-script",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "1.1.3",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
}],
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"directories" : {
|
|
"lib" : "./lib/coffee-script"
|
|
},
|
|
"main" : "./lib/coffee-script/coffee-script",
|
|
"bin": {
|
|
"coffee": "./bin/coffee",
|
|
"cake": "./bin/cake"
|
|
},
|
|
"homepage": "http://coffeescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jashkenas/coffee-script.git"
|
|
},
|
|
"devDependencies": {
|
|
"uglify-js": "1.0.6",
|
|
"jison": "0.2.11"
|
|
}
|
|
}
|