{
  "name": "grant",
  "version": "4.7.0",
  "description": "OAuth Middleware for Express, Koa and Hapi",
  "keywords": [
    "oauth",
    "oauth2",
    "openid",
    "openid-connect",
    "authentication",
    "authorization",
    "middleware",
    "express",
    "koa",
    "hapi"
  ],
  "license": "MIT",
  "homepage": "https://github.com/simov/grant",
  "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
  "repository": {
    "type": "git",
    "url": "https://github.com/simov/grant.git"
  },
  "dependencies": {
    "qs": "^6.9.1",
    "request-compose": "^1.2.1",
    "request-oauth": "0.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "body-parser": "^1.19.0",
    "cookie-session": "^1.3.3",
    "coveralls": "^3.0.9",
    "express": "^4.17.1",
    "express-session": "^1.17.0",
    "hapi": "~16.3.0",
    "istanbul": "^1.1.0-alpha.1",
    "koa": "^1.7.0",
    "koa-bodyparser": "^2.5.0",
    "koa-convert": "^1.2.0",
    "koa-mount": "^1.3.1",
    "koa-qs": "^2.0.0",
    "koa-session": "^4.8.1",
    "mocha": "^5.2.0",
    "request-cookie": "0.0.2",
    "request-logs": "^1.0.3",
    "yar": "^8.1.2"
  },
  "main": "./build/index.js",
  "files": [
    "build/config/",
    "build/lib/",
    "build/grant.js",
    "build/index.js",
    "build/package.json",
    "config/",
    "lib/",
    "grant.js",
    "index.js",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "test": "npm run test:ci",
    "test:ci": "v=$(node -e \"console.log(process.version.split('.')[0].slice(1))\") && if [ $v -ge 8 ]; then p=\"test\"; else p=\"build/test\"; fi && mocha $p --recursive",
    "test:cov": "istanbul cover _mocha -- --recursive",
    "build": "./build.sh",
    "prepublish": "npm run build"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
