1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/package.json

19 lines
525 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",
2010-08-03 00:06:34 -04:00
"version": "0.9.0",
"licenses": [{
"type": "MIT",
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
}],
"engines": {
"node": ">=0.1.99"
},
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
}
2009-12-24 17:41:35 -05:00
}