lambda-chop
Version:
Sweet.js macros for lambdas with currying, bound functions, and placeholders.
30 lines (29 loc) • 638 B
JSON
{
"name": "lambda-chop",
"version": "0.1.5",
"description": "Sweet.js macros for lambdas with currying, bound functions, and placeholders.",
"repository": {
"type": "git",
"url": "git://github.com/natefaubion/lambda-chop.git"
},
"keywords": [
"lambda",
"lambdas",
"curry",
"currying",
"partial",
"partials",
"macro",
"macros",
"sweet-macros"
],
"author": "Nathan Faubion <nathan@n-son.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"sweet.js": "~0.5.0",
"chai": "~1.8.1",
"grunt-mocha-test": "~0.7.0"
}
}