Skip to content

Commit

Permalink
added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Jun 7, 2012
1 parent 905edb3 commit 6813e5f
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 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"
}
}

0 comments on commit 6813e5f

Please sign in to comment.