summaryrefslogtreecommitdiff
path: root/node_modules/a-sync-waterfall/package.json
blob: 39219c899774a8c1a423085b123d7c49952c44e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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": {}
}