{
  "name": "cwait",
  "version": "1.1.2",
  "description": "Limit number of promises running in parallel",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/umd/index.js",
  "typings": "dist/esm/index.d.ts",
  "scripts": {
    "tsc": "tsc",
    "rollup": "rollup",
    "prepublish": "(checkver ge 5.0.0 && tsc -m es6 --outdir dist/esm -p src && rollup -c) || tsc -p src",
    "test": "tsc -p test && node test/test.js"
  },
  "author": "Juha Järvi",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/charto/cwait.git"
  },
  "bugs": {
    "url": "https://github.com/charto/cwait/issues"
  },
  "homepage": "https://github.com/charto/cwait#readme",
  "keywords": [
    "promise",
    "concurrent",
    "concurrency",
    "parallel",
    "timeout",
    "delay",
    "wait",
    "queue"
  ],
  "devDependencies": {
    "@types/bluebird": "^3.5.24",
    "@types/node": "^10.12.1",
    "autoroll": "0.1.0",
    "bluebird": "^3.5.2",
    "rollup": "^0.66.6",
    "typescript": "^3.1.4"
  },
  "dependencies": {
    "cdata": "^0.1.1"
  }
}
