fixa
Version:
Fixa (from Fix Arguments) is a Javascript Library to fix the number of arguments returned on callbacks.
31 lines (30 loc) • 670 B
JSON
{
"name": "fixa",
"version": "0.1.2",
"description": "Fixa (from Fix Arguments) is a Javascript Library to fix the number of arguments returned on callbacks.",
"main": "lib/fixa.js",
"scripts": {
"test": "node test/test-fixa.js"
},
"repository": {
"type": "git",
"url": "https://github.com/VoxFeed/Fixa"
},
"keywords": [
"Fix",
"Limit",
"Number",
"Arguments",
"Callbacks",
"Async"
],
"author": {
"name" : "Manuel de la Torre",
"email" : "manuelmhtr@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VoxFeed/Fixa/issues"
},
"homepage": "https://github.com/VoxFeed/Fixa"
}