{
  "name": "@bcjat/superlogin",
  "version": "1.0.32",
  "description": "Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.",
  "main": "./lib/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": "git:github.com/bcjat/superlogin.git",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "test": "gulp"
  },
  "keywords": [
    "authentication",
    "login",
    "PouchDB",
    "CouchDB",
    "Cloudant",
    "passport",
    "oauth",
    "Facebook",
    "Twitter",
    "Node",
    "Express"
  ],
  "author": "Colin Skow",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bcjat/superlogin/issues"
  },
  "homepage": "https://github.com/bcjat/superlogin",
  "dependencies": {
    "bluebird": "^3.3.4",
    "ejs": "^2.3.1",
    "express": "^4.16.2",
    "extend": "^3.0.0",
    "fs-extra": "^4.0.3",
    "generate-password": "^1.6.0",
    "jsonwebtoken": "^8.5.1",
    "nodemailer": "^4.3.1",
    "nodemailer-stub-transport": "^1.0.0",
    "passport": "^0.3.2",
    "passport-http-bearer-sl": "^1.0.1",
    "passport-local": "^1.0.0",
    "pouchdb": "^7.2.2",
    "pouchdb-security-helper": "^2.1.2",
    "pouchdb-seed-design": "^0.2.2",
    "promise-sequential": "^1.1.1",
    "redis": "^2.5.2",
    "sanitize-filename": "^1.6.3",
    "sofa-model": "^0.2.0",
    "superagent": "^3.8.0",
    "urlsafe-base64": "1.0.0",
    "uuid": "^3.0.0",
    "yamljs": "^0.3.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/pouchdb-core": "^7.0.6",
    "body-parser": "^1.9.2",
    "chai": "^4.1.2",
    "jshint": "^2.11.0",
    "jshint-stylish": "^2.1.0",
    "mocha": "^5.2.0",
    "morgan": "^1.5.2",
    "rimraf": "^2.7.1",
    "sinon": "^7.5.0",
    "sinon-chai": "^2.14.0"
  }
}