From 831cf52a5cfa09e53fccc7759ce321d50c2463de Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Tue, 13 Apr 2021 16:54:14 -0500 Subject: Add dependencies --- .gitignore | 4 +++- csci4131/hw6/strap012_hw6/package.json | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d20b3c..45360a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ GTAGS GRTAGS *synctex* *.pdf -*.zip \ No newline at end of file +*.zip +node_modules/ +csci4131/hw6/strap012_hw6/package-lock.json 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