{
  "name": "@tejaswigowda/simpleauth",
  "version": "1.0.0",
  "description": "Simple authentication using Node.js + Passport.js",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tejaswigowda/simpleAuth.git"
  },
  "keywords": [
    "authentication",
    "Node.js",
    "Passport.js",
    "mongoDB"
  ],
  "author": "tejaswigowda <tejaswi@foxyninjastudios.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tejaswigowda/simpleAuth/issues"
  },
  "homepage": "https://github.com/tejaswigowda/simpleAuth#readme"
}
