{
  "name": "hapi-jwt-couch-lib",
  "version": "1.1.3",
  "description": "API implementation to send requests to the hapi server and authenticate users, create, delete, etc.",
  "main": "index.js",
  "scripts": {
    "test": "lab -v test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/juanprietob/clusterpost.git"
  },
  "keywords": [
    "Hapi",
    "JWT",
    "couchdb",
    "auth"
  ],
  "author": "juanprietob@gmail.com",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/juanprietob/clusterpost/issues"
  },
  "homepage": "https://github.com/juanprietob/clusterpost#readme",
  "devDependencies": {
    "@hapi/hapi": "21.4.4",
    "hapi-auth-jwt": "4.0.0",
    "lab": "18.0.2"
  },
  "dependencies": {
    "joi": "18.0.2",
    "bluebird": "^3.5.1",
    "jsonwebtoken": "^9.0.0",
    "prompt": "^1.1.0",
    "request": "^2.88.0",
    "underscore": "^1.12.1"
  }
}
