bhiv
Version:
Extended asynchronous execution controller with composer syntax
38 lines (37 loc) • 737 B
JSON
{
"name": "bhiv",
"version": "3.1.45",
"description": "Extended asynchronous execution controller with composer syntax",
"main": "Bhiv.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/np42/bhiv.git"
},
"keywords": [
"async",
"asynchronous",
"callback",
"promise",
"workflow",
"fbp",
"serie",
"waterfall",
"map",
"each",
"fonctor",
"template",
"method"
],
"author": "Nicolas Pelletier",
"license": "MIT",
"bugs": {
"url": "https://github.com/np42/bhiv/issues"
},
"homepage": "https://github.com/np42/bhiv",
"devDependencies": {
"mocha": "^3.2.0"
}
}