Created
September 12, 2019 02:24
-
-
Save mpragnarok/2aa579be4ab2a56bc94aa7d792f33b74 to your computer and use it in GitHub Desktop.
Dependencies
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
| // package.json | |
| "dependencies": { | |
| "bcryptjs": "^2.4.3", | |
| "connect-flash": "^0.1.1", | |
| "express": "^4.17.1", | |
| "express-handlebars": "^3.1.0", | |
| "express-session": "^1.16.2", | |
| "mongodb": "^3.3.2", | |
| "mongoose": "^5.6.13", | |
| "passport": "^0.4.0", | |
| "passport-local": "^1.0.0" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment