Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created April 5, 2019 02:18
Show Gist options
  • Save desaijay315/187ec12a3c7795942978e4d2e3c66258 to your computer and use it in GitHub Desktop.
Save desaijay315/187ec12a3c7795942978e4d2e3c66258 to your computer and use it in GitHub Desktop.
{
"name": "nodejs_auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.2",
"mongoose": "^5.4.20",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment