diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | csci4131/hw6/strap012_hw6/package.json | 6 |
2 files changed, 8 insertions, 2 deletions
@@ -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" } } |