aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a9ea45..69b6f84 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,9 @@
"express": "^4.17.1",
"express-handlebars": "^5.3.0",
"express-session": "^1.17.1",
- "mongoose": "^5.12.7"
+ "mongoose": "^5.12.7",
+ "passport": "^0.4.1",
+ "passport-local": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"