You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
718 B
28 lines
718 B
{
|
|
"name": "coffee-script",
|
|
"description": "Unfancy JavaScript",
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
|
"author": "Jeremy Ashkenas",
|
|
"version": "1.1.2",
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
}],
|
|
"engines": {
|
|
"node": ">=0.2.5"
|
|
},
|
|
"directories" : {
|
|
"lib" : "./lib"
|
|
},
|
|
"main" : "./lib/coffee-script",
|
|
"bin": {
|
|
"coffee": "./bin/coffee",
|
|
"cake": "./bin/cake"
|
|
},
|
|
"homepage": "http://coffeescript.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jashkenas/coffee-script.git"
|
|
}
|
|
}
|