Created
April 5, 2019 02:18
-
-
Save desaijay315/187ec12a3c7795942978e4d2e3c66258 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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