{
  "name": "multicolour-auth-oauth",
  "version": "1.2.3",
  "description": "OAuth auth plugin for Multicolour HapiJS Servers",
  "main": "index.js",
  "scripts": {
    "test": "tape tests/*.js | tap-spec",
    "test-coverage": "istanbul cover tape tests/*.js --recursive --report lcov html -x handlers.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Multicolour/multicolour-auth-oauth.git"
  },
  "keywords": [
    "oauth",
    "multicolour"
  ],
  "author": "newworldcode <hello@newworld.codes> (https://newworld.codes)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Multicolour/multicolour-auth-oauth/issues"
  },
  "homepage": "https://github.com/Multicolour/multicolour-auth-oauth#readme",
  "devDependencies": {
    "eslint": "^2.2.0",
    "istanbul": "^0.4.2",
    "multicolour-server-hapi": "^1.3.0",
    "sails-memory": "^0.10.6",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.0"
  },
  "dependencies": {
    "bell": "^7.1.0",
    "boom": "^3.1.2",
    "debug": "^2.6.3",
    "hapi": "^13.0.0",
    "joi": "^8.0.4",
    "multicolour": "^0.3.2",
    "request": "^2.69.0",
    "waterline": "^0.12.1"
  }
}
