From 831cf52a5cfa09e53fccc7759ce321d50c2463de Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 13 Apr 2021 16:54:14 -0500 Subject: Add dependencies --- csci4131/hw6/strap012_hw6/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'csci4131/hw6/strap012_hw6') 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" } } -- cgit v1.2.3