jashkenas--coffeescript/package.json

28 lines
793 B
JSON
Raw Normal View History

2009-12-24 22:41:35 +00:00
{
"name": "coffee-script",
"description": "Unfancy JavaScript",
"keywords": ["javascript", "language", "coffeescript", "compiler"],
"author": "Jeremy Ashkenas",
"version": "1.1.0-pre",
"licenses": [{
"type": "MIT",
"url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
}],
"engines": {
2010-12-24 19:02:10 +00:00
"node": ">=0.2.5"
},
2010-08-23 15:39:06 +00:00
"directories" : {
"lib" : "./lib"
},
"main" : "./lib/coffee-script",
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
2011-02-11 01:54:00 +00:00
},
2011-02-11 02:17:53 +00:00
"homepage": "http://jashkenas.github.com/coffee-script/",
"repository": {
"type": "git",
"url": "https://github.com/jashkenas/coffee-script.git"
}
2009-12-24 22:41:35 +00:00
}