package.json
{
"name": "async-control",
"version": "0.5.0",
"description": "Ultimate asynchronous control flow goodness with built-in hook system and compose, series, define and parallel methods. Uses async.map and async.mapSeries methods. Allows passing custom iterator function.",
"repository": "tunnckoCore/async-control",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"async": "^1.5.2",
"async-base-iterator": "^0.4.0",
"dezalgo": "^1.0.3",
"extend-shallow": "^2.0.1",
"lazy-cache": "^2.0.0",
"once": "^1.3.3"
},
"devDependencies": {
"assertit": "^0.1.0",
"letta": "^0.5.2",
"pre-commit": "*"
},
"files": [
"index.js",
"utils.js"
],
"keywords": [
"async-control"
],
"verb": {
"run": true,
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"lint": {
"reflinks": true
}
}
}