bd-flux
Version:
a async flow and callback toolkit
29 lines (28 loc) • 584 B
JSON
{
"name": "bd-flux",
"version": "1.1.1",
"description": "a async flow and callback toolkit",
"main": "bd-flux.js",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"async",
"parallel",
"callback",
"callback-hell"
],
"author": "rbund",
"license": "SEE LICENSE IN BSL.TXT",
"repository": {
"type": "git",
"url": "git+https://github.com/rbund/bd-flux.git"
},
"bugs": {
"url": "https://github.com/rbund/bd-flux/issues"
},
"homepage": "https://github.com/rbund/bd-flux",
"devDependencies": {
"tape": "^4.6.3"
}
}