{
  "name": "bottleneck",
  "version": "2.4.0",
  "description": "Distributed task scheduler and rate limiter",
  "main": "lib/index.js",
  "typings": "bottleneck.d.ts",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test",
    "build": "./scripts/build.sh",
    "compile": "./scripts/build.sh compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SGrondin/bottleneck"
  },
  "keywords": [
    "async rate limiter",
    "rate limiter",
    "rate limiting",
    "async",
    "rate",
    "limiting",
    "limiter",
    "throttle",
    "throttling",
    "load",
    "ddos"
  ],
  "author": {
    "name": "Simon Grondin"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SGrondin/bottleneck/issues"
  },
  "devDependencies": {
    "@types/es6-promise": "0.0.33",
    "assert": "1.4.x",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "browserify": "*",
    "coffeescript": "2.2.x",
    "ejs-cli": "2.0.1",
    "mocha": "4.x",
    "redis": "^2.8.0",
    "typescript": "^2.6.2",
    "uglify-es": "3.x"
  }
}
