{
  "name": "wrauth",
  "version": "2.3.1",
  "description": "Wrauth is a mongoose-based restful api authentication and user management framework, implemented for Mongoose and Mongodb based node application.",
  "main": "index.js",
  "scripts": {
    "start": "clear && nodemon index.js"
  },
  "keywords": ["wrauth", "auth", "user-management", "mongoose-auth"],
  "author": "Raphael Amponsah",
  "license": "MIT",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.5.1",
    "merge-deep": "^3.0.2",
    "moment": "^2.24.0",
    "mongoose": "^5.9.9",
    "mongoose-unique-validator": "^2.0.3",
    "morgan": "^1.10.0",
    "nodemailer": "^6.4.6",
    "nodemon": "^2.0.3"
  }
}
