{
  "name": "promises-runner",
  "description": "Run promises in batches waiting for data from previous promises, pause/resume/stop promises.",
  "author": "Hasnat Ullah <hasnat.ullah@gmail.com> (https://hasn.at)",
  "version": "0.0.21",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hasnat/promises-runner.git"
  },
  "keywords": [
    "promise",
    "promises",
    "serie",
    "series",
    "parallel",
    "consecutive",
    "consecutively",
    "pause",
    "resume",
    "stop"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.0.2",
    "mocha": "^6.2.1",
    "sinon": "^2.3.5"
  },
  "scripts": {
    "build": "babel ./index.js --presets babel-preset-es2015 --out-dir ./dist",
    "prepublish": "npm run build",
    "test": "mocha"
  },
  "license": "MIT"
}
