fa
Version:
fluent async: functional programming support for asynchronous functions.
18 lines (17 loc) • 538 B
JSON
{ "name": "fa"
, "description": "fluent async: functional programming support for asynchronous functions."
, "keywords": ["flow-control", "controlflow", "async", "functional"]
, "version": "1.0.1"
, "main": "./lib/fa.js"
, "dependencies": {}
, "devDependencies": {}
, "engines": { "node": "*" }
, "author": "Wayne Larsen <wayne@larsen.st>"
, "license": "MIT"
, "homepage": "https://github.com/wvl/fa"
, "bugs": { "url": "https://github.com/wvl/fa/issues" }
, "repository":
{ "type": "git"
, "url": "git://github.com/wvl/fa.git"
}
}