2009-12-24 17:41:35 -05:00
|
|
|
{
|
2011-02-17 21:21:31 -05:00
|
|
|
"name": "coffee-script",
|
|
|
|
"description": "Unfancy JavaScript",
|
|
|
|
"keywords": ["javascript", "language", "coffeescript", "compiler"],
|
|
|
|
"author": "Jeremy Ashkenas",
|
2011-11-10 08:54:46 -05:00
|
|
|
"version": "1.1.4-pre",
|
2011-02-17 21:21:31 -05:00
|
|
|
"licenses": [{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
|
|
|
|
}],
|
|
|
|
"engines": {
|
2011-09-04 13:32:57 -04:00
|
|
|
"node": ">=0.4.0"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
|
|
|
"directories" : {
|
2011-07-05 07:58:04 -04:00
|
|
|
"lib" : "./lib/coffee-script"
|
2011-02-17 21:21:31 -05:00
|
|
|
},
|
2011-07-05 07:58:04 -04:00
|
|
|
"main" : "./lib/coffee-script/coffee-script",
|
2011-02-17 21:21:31 -05:00
|
|
|
"bin": {
|
|
|
|
"coffee": "./bin/coffee",
|
|
|
|
"cake": "./bin/cake"
|
|
|
|
},
|
|
|
|
"homepage": "http://coffeescript.org",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jashkenas/coffee-script.git"
|
2011-08-04 23:55:48 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2011-12-14 10:37:05 -05:00
|
|
|
"uglify-js": ">=1.0.0",
|
|
|
|
"jison": ">=0.2.0"
|
2011-02-17 21:21:31 -05:00
|
|
|
}
|
2009-12-24 17:41:35 -05:00
|
|
|
}
|