diff --git a/package.json b/package.json new file mode 100644 index 00000000..e3164c67 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "CoffeeScriptRedux", + "description": "Unfancy JavaScript", + "keywords": ["javascript", "language", "coffeescript", "compiler"], + "author": "Michael Ficarra", + "version": "2.0.0", + "licenses": [{ + "type": "3-clause BSD", + "url": "https://raw.github.com/michaelficarra/CoffeeScriptRedux/master/LICENSE" + }], + "engines": { + "node": ">=0.6.0" + }, + "directories" : { + "lib" : "./lib/coffee-script" + }, + "main" : "./lib/coffee-script/coffee-script", + "bin": { + "coffee": "./bin/coffee", + "cake": "./bin/cake" + }, + "homepage": "https://github.com/michaelficarra/CoffeeScriptRedux", + "bugs": "https://github.com/michaelficarra/CoffeeScriptRedux/issues", + "repository": { + "type": "git", + "url": "git://github.com/michaelficarra/CoffeeScriptRedux.git" + }, + "devDependencies": { + "uglify-js": ">=1.3.0" + } +}