{
  "name": "multipass-auth",
  "version": "6.1.0",
  "description": "An Express middleware that delivers an API for email/password authentication and registration",
  "main": "index.js",
  "keywords": [
    "api",
    "express middleware",
    "auth",
    "authentication",
    "api auth",
    "authentication middleware",
    "authentication api middleware",
    "auth express middleware",
    "login middleware",
    "login",
    "jwt",
    "jwt authentication"
  ],
  "dependencies": {
    "bcryptjs": "^2.4.0",
    "jsonwebtoken": "^7.2.1",
    "nodemailer": "^3.1.5"
  },
  "peerDependencies": {
    "mongoose": "^4.7.2",
    "body-parser": "^1.15.2",
    "express": "^4.14.0"
  },
  "devDependencies": {
    "body-parser": "^1.17.1",
    "chai": "^3.5.0",
    "chai-http": "^3.0.0",
    "dotenv": "^4.0.0",
    "express": "^4.15.2",
    "mocha": "^3.2.0",
    "mongoose": "^4.9.1",
    "morgan": "^1.7.0",
    "request": "^2.81.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/byKirby/multipass-auth.git"
  },
  "scripts": {
    "test": "mocha",
    "watch": "npm run test -- -w"
  },
  "author": "byKirby <david@bykirby.com>",
  "license": "MIT",
  "homepage": "https://github.com/byKirby/multipass-auth"
}
