{
  "config": {
    "blanket": {
      "pattern": [
        "content/themes"
      ]
    }
  },
  "contributors": [],
  "dependencies": {
    "express-rate-limit": "^2.8.0",
    "jwt-simple": "^0.5.1",
    "oauth2orize": "^1.8.0",
    "passport-http": "^0.3.0",
    "passport-http-bearer": "^1.0.1",
    "rate-limit-redis": "^1.1.0",
    "redis": "^2.7.1"
  },
  "deprecated": false,
  "description": "An extension that creates an OAuth 2 Server that uses oauth2orize and http-bearer for server-to-server authenication and jwt-token-bearer for mobile/javascript client based authentication.",
  "devDependencies": {
    "browserify": "^13.0.0",
    "chai": "^3.0.0",
    "chai-as-promised": "^6.0.0",
    "coveralls": "^2.11.9",
    "grunt": "^1.0.1",
    "grunt-browserify": "^5.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-coveralls": "^1.0.1",
    "grunt-jsbeautifier": "~0.2.7",
    "grunt-jsdoc": "^2.0.0",
    "grunt-mocha-cov": "^0.4.0",
    "grunt-mocha-istanbul": "^4.0.2",
    "grunt-newer": "^1.1.1",
    "grunt-simple-mocha": "^0.4.1",
    "istanbul": "^0.4.3",
    "jsdoc": "^3.3.2",
    "mocha": "^2.2.5",
    "mocha-lcov-reporter": "^1.2.0",
    "mocha-sinon": "^2.0.0",
    "node-mocks-http": "^1.6.2",
    "periodicjs": "10.0.53",
    "semver": "^5.3.0",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  },
  "directories": {},
  "engines": {
    "node": "^6.x"
  },
  "keywords": [],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [],
  "name": "periodicjs.ext.oauth2server",
  "optionalDependencies": {},
  "repository": {},
  "scripts": {
    "postinstall": "cd ../../ && periodicjs aex periodicjs.ext.oauth2server",
    "postuninstall": "cd ../../ && periodicjs rex periodicjs.ext.oauth2server",
    "test": "mocha -R spec --recursive"
  },
  "version": "10.6.1"
}
