cloudcmd/modules/currify/.bower.json
2016-11-14 15:30:59 +02:00

36 lines
No EOL
859 B
JSON

{
"name": "currify",
"version": "1.0.0",
"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": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "1.0.0",
"_resolution": {
"type": "version",
"tag": "v1.0.0",
"commit": "aeb6b45ce3b87d9982680945e829fab92c80b767"
},
"_source": "https://github.com/coderaiser/currify.git",
"_target": "^1.0.0",
"_originalSource": "currify",
"_direct": true
}