{
  "name": "throat",
  "version": "3.0.0",
  "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
  "keywords": [
    "promise",
    "aplus",
    "then",
    "throttle",
    "concurrency",
    "parallelism",
    "limit"
  ],
  "dependencies": {},
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "promise": "^6.1.0",
    "sauce-test": "^1.0.0",
    "test-result": "^2.0.0",
    "testit": "^2.0.5"
  },
  "scripts": {
    "test": "node test/index.js && node test/browser.js",
    "coverage": "istanbul cover test/index.js",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/throat.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}