auto-curry
Version:
Supercharge your functions by giving them the ability to auto-curry
30 lines (29 loc) • 658 B
JSON
{
"name": "auto-curry",
"version": "0.2.1",
"description": "Supercharge your functions by giving them the ability to auto-curry",
"main": "index.js",
"keywords": [
"curry",
"auto",
"functional",
"function",
"currying"
],
"author": "Mudit Ameta",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zeusdeux/auto-curry"
},
"bugs": {
"url": "https://github.com/zeusdeux/auto-curry/issues"
},
"homepage": "https://github.com/zeusdeux/auto-curry",
"devDependencies": {
"browserify": "^6.0.2",
"jshint": "^2.5.6",
"mocha": "^1.21.4",
"uglify-js": "^2.4.15"
}
}