{
  "name": "broadband",
  "version": "1.1.0",
  "description": "Given a MongoDB query cursor, process the results in parallel, up to the specified limit.",
  "main": "index.js",
  "scripts": {
    "test": "npx eslint . && mocha test/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apostrophecms/broadband"
  },
  "keywords": [
    "async",
    "parallel",
    "concurrency",
    "limit",
    "series",
    "mongodb",
    "mongo"
  ],
  "author": "Apostrophe Technologies, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apostrophecms/broadband/issues"
  },
  "homepage": "https://github.com/apostrophecms/broadband",
  "dependencies": {
    "lodash": "^4.0.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-apostrophe": "^3.1.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "mocha": "^5.0.0"
  }
}
