{
  "name": "@compwright/oauth2-server",
  "description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
  "version": "3.0.3",
  "keywords": [
    "oauth",
    "oauth2"
  ],
  "contributors": [
    {
      "name": "Thom Seddon",
      "email": "thom@seddonmedia.co.uk"
    },
    {
      "name": "Lars F. Karlström",
      "email": "lars@lfk.io"
    },
    {
      "name": "Rui Marinho",
      "email": "ruipmarinho@gmail.com"
    },
    {
      "name": "Tiago Ribeiro",
      "email": "tiago.ribeiro@gmail.com"
    },
    {
      "name": "Michael Salinger",
      "email": "mjsalinger@gmail.com"
    },
    {
      "name": "Nuno Sousa"
    },
    {
      "name": "Max Truxa"
    }
  ],
  "main": "index.js",
  "dependencies": {
    "basic-auth": "^1.1.0",
    "bluebird": "^3.5.1",
    "lodash": "^4.17.10",
    "promisify-any": "^2.0.1",
    "statuses": "^1.5.0",
    "type-is": "^1.6.16"
  },
  "devDependencies": {
    "eslint": "^5.2.0",
    "mocha": "^5.2.0",
    "should": "^11.2.1",
    "sinon": "^2.4.1"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "pretest": "eslint lib test --fix",
    "test": "NODE_ENV=test mocha 'test/**/*_test.js'",
    "test-debug": "NODE_ENV=test mocha  --inspect --debug-brk 'test/**/*_test.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/compwright/node-oauth2-server.git"
  }
}
