aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw6/strap012_hw6/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'csci4131/hw6/strap012_hw6/package.json')
-rw-r--r--csci4131/hw6/strap012_hw6/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/csci4131/hw6/strap012_hw6/package.json b/csci4131/hw6/strap012_hw6/package.json
index fb99a59..a6f8b37 100644
--- a/csci4131/hw6/strap012_hw6/package.json
+++ b/csci4131/hw6/strap012_hw6/package.json
@@ -9,6 +9,10 @@
"author": "strap012",
"license": "ISC",
"dependencies": {
- "express": "^4.17.1"
+ "bcrypt": "^5.0.1",
+ "body-parser": "^1.19.0",
+ "express": "^4.17.1",
+ "express-session": "^1.17.1",
+ "mysql": "^2.18.1"
}
}