{
  "name": "async-parallel-es5",
  "version": "2.0.0",
  "description": "(ES5 fork) Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.",
  "main": "index.js",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "yarn build",
    "test": "mocha",
    "start": "node main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dan-lee/async-parallel-es5.git"
  },
  "keywords": [
    "asynchronous",
    "async",
    "await",
    "await-await",
    "await/await",
    "concurrent",
    "concurrency",
    "parallel",
    "typescript",
    "promise",
    "promisify",
    "promisified",
    "each",
    "map",
    "invoke",
    "foreach",
    "filter",
    "every",
    "reduce",
    "some",
    "iterative",
    "functions"
  ],
  "author": {
    "name": "Dave Templin",
    "email": "davetemplin@hotmail.com",
    "url": "https://github.com/davetemplin/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davetemplin/async-parallel/issues"
  },
  "homepage": "https://github.com/davetemplin/async-parallel#readme",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.37",
    "@types/node": "^7.0.0",
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "typescript": "3.0.3"
  }
}
