{
  "name": "node_auth",
  "version": "0.3.1",
  "description": "A node authentication package for express.js that offers an API for users to login, signup and see their profile. Also, it can be configured to specify the access rights to routes.",
  "main": "./lib/index.js",
  "typings": "./lib/index",
  "scripts": {
  },
  "keywords": [
    "node",
    "express",
    "mongodb",
    "authentication",
    "user management",
    "login",
    "jwt",
    "json",
    "web",
    "token"
  ],
  "author": "Erik Vullings <erik.vullings@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "bcrypt": "^1.0.2",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.2",
    "config": "^1.26.1",
    "express": "^4.15.3",
    "http-status-codes": "^1.1.6",
    "jsonwebtoken": "^7.4.1",
    "lokijs": "^1.4.3",
    "mongoose": "^4.10.5",
    "morgan": "^1.8.2",
    "nodemailer": "^4.0.1",
    "nodemailer-mailgun-transport": "^1.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TNOCS/node-auth.git"
  },
  "bugs": {
    "url": "https://github.com/TNOCS/node-auth/issues"
  },
  "homepage": "https://github.com/TNOCS/node-auth#readme"
}
