aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-04-13 16:54:14 -0500
committerRossTheRoss <mstrapp@protonmail.com>2021-04-13 16:54:14 -0500
commit831cf52a5cfa09e53fccc7759ce321d50c2463de (patch)
tree6aa71b2fbccdd0bc674c86636264327f23f9a71a
parentstart hw6 (diff)
downloadhomework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar.gz
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar.bz2
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar.lz
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar.xz
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.tar.zst
homework-831cf52a5cfa09e53fccc7759ce321d50c2463de.zip
Add dependencies
-rw-r--r--.gitignore4
-rw-r--r--csci4131/hw6/strap012_hw6/package.json6
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"
}
}