{
  "name": "hapi-oauth2-access-token",
  "version": "1.0.6",
  "description": "Plugin of Hapijs used to integrate OAuth2 Server",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "keywords": [
    "hapijs",
    "oauth2",
    "oauth",
    "clients"
  ],
  "author": "Yalo",
  "contributors": [
    "Yoel Monzon <yoel@yalochat.com>"
  ],
  "license": "BSD-3-Clause",
  "dependencies": {
    "async": "^2.0.1",
    "boom": "^4.0.0",
    "bucker": "^1.1.1",
    "hapi": "^15.0.3",
    "hapi-auth-bearer-token": "^4.2.1",
    "hoek": "^4.0.2",
    "joi": "^9.0.4",
    "wreck": "^10.0.0"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.14.0",
    "bucker": "^1.1.1",
    "code": "^3.0.2",
    "dotenv": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-nodemon": "^2.1.0",
    "gulp-watch": "^4.3.9",
    "lab": "^11.0.1",
    "minimist": "^1.2.0",
    "require-dir": "^0.3.0",
    "vcrecorder": "^1.0.9"
  }
}
