cloudcmd/modules/currify/bower.json
2016-11-24 11:26:29 +02:00

22 lines
501 B
JSON

{
"name": "currify",
"description": "translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments",
"homepage": "https://github.com/coderaiser/currify",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
],
"main": "lib/currify.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"curry",
"functional"
],
"license": "MIT",
"ignore": [
"**/.*",
"test"
]
}