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.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/csci4131/hw6/strap012_hw6/package.json b/csci4131/hw6/strap012_hw6/package.json
deleted file mode 100644
index db9cf8f..0000000
--- a/csci4131/hw6/strap012_hw6/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "strap012_hw6",
- "version": "1.0.0",
- "description": "Assignment 6",
- "main": "index.js",
- "scripts": {
- "test": "node index.js"
- },
- "author": "strap012",
- "license": "ISC",
- "dependencies": {
- "bcrypt": "^5.0.1",
- "body-parser": "^1.19.0",
- "express": "^4.17.1",
- "express-session": "^1.17.1",
- "mysql": "^2.18.1"
- }
-}