{
  "name": "async-throttle",
  "version": "1.1.0",
  "license": "MIT",
  "repository": "zeit/async-throttle",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "xo && ava",
    "example": "async-node example"
  },
  "description": "Throttle asynchronous Promise-based tasks",
  "devDependencies": {
    "async-to-gen": "1.1.3",
    "ava": "0.16.0",
    "babel-eslint": "7.0.0",
    "cheerio": "0.22.0",
    "node-fetch": "1.6.3",
    "then-sleep": "1.0.1",
    "xo": "^0.17.0"
  },
  "ava": {
    "files": [
      "test.js"
    ],
    "require": "async-to-gen/register"
  },
  "xo": {
    "esnext": true,
    "space": true,
    "semicolon": false
  }
}
