From 9148fa6e2fad9d54e3451a4478e03f55f0a9fa3c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 16 May 2021 21:38:59 -0500 Subject: Rearrange files --- OLD/csci4131/hw6/strap012_hw6/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 OLD/csci4131/hw6/strap012_hw6/package.json (limited to 'OLD/csci4131/hw6/strap012_hw6/package.json') diff --git a/OLD/csci4131/hw6/strap012_hw6/package.json b/OLD/csci4131/hw6/strap012_hw6/package.json new file mode 100644 index 0000000..db9cf8f --- /dev/null +++ b/OLD/csci4131/hw6/strap012_hw6/package.json @@ -0,0 +1,18 @@ +{ + "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" + } +} -- cgit v1.2.3