package.json 629 B

123456789101112131415161718192021
  1. {
  2. "name": "a-sync-waterfall",
  3. "version": "1.0.1",
  4. "description": "Runs a list of async tasks, passing the results of each into the next one",
  5. "author": {
  6. "name": "Gleb Khudyakov",
  7. "url": "https://github.com/hydiak/a-sync-waterfall"
  8. },
  9. "license": "MIT",
  10. "homepage": "https://github.com/hydiak/a-sync-waterfall",
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github.com:hydiak/a-sync-waterfall.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/hydiak/a-sync-waterfall/issues"
  17. },
  18. "main": "./index",
  19. "keywords": ["async", "sync", "waterfall", "tasks", "control", "flow"],
  20. "dependencies": {}
  21. }