jashkenas--coffeescript/package.json

36 lines
894 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",
2013-06-02 05:37:45 +00:00
"version": "1.6.3",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"directories" : {
"lib" : "./lib/coffee-script"
},
"main" : "./lib/coffee-script/coffee-script",
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
},
"scripts": {
"test": "node ./bin/cake test"
},
"homepage": "http://coffeescript.org",
"bugs": "https://github.com/jashkenas/coffee-script/issues",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffee-script.git"
},
"devDependencies": {
2012-11-29 17:43:18 +00:00
"uglify-js": "~2.2",
2011-12-14 15:37:05 +00:00
"jison": ">=0.2.0"
},
"dependencies": {
"mkdirp": "~0.3.5"
}
2009-12-24 22:41:35 +00:00
}