You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
629 B

{
"name": "a-sync-waterfall",
"version": "1.0.1",
"description": "Runs a list of async tasks, passing the results of each into the next one",
"author": {
"name": "Gleb Khudyakov",
"url": "https://github.com/hydiak/a-sync-waterfall"
},
"license": "MIT",
"homepage": "https://github.com/hydiak/a-sync-waterfall",
"repository": {
"type": "git",
"url": "git@github.com:hydiak/a-sync-waterfall.git"
},
"bugs": {
"url": "https://github.com/hydiak/a-sync-waterfall/issues"
},
"main": "./index",
"keywords": ["async", "sync", "waterfall", "tasks", "control", "flow"],
"dependencies": {}
}