{
  "name": "adonis-throttle",
  "version": "2.3.6",
  "description": "A rate limiter for Adonis 4.1",
  "main": "src/Throttle.js",
  "scripts": {
    "test": "mocha --timeout 5000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/masasron/adonis-throttle.git"
  },
  "keywords": [
    "rate",
    "limiter",
    "nodejs",
    "throttle",
    "adonis",
    "node",
    "adonisjs"
  ],
  "author": "Ron Masas",
  "contributors": [
    "Andrew Jo <andrewjo@gmail.com> (https://github.com/AndrewJo)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/masasron/adonis-throttle/issues"
  },
  "homepage": "https://github.com/masasron/adonis-throttle#readme",
  "devDependencies": {
    "@adonisjs/fold": "^4.0.9",
    "@adonisjs/sink": "^1.0.17",
    "mocha": "^6.1.0"
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^3.0.1"
  }
}