diff options
author | RossTheRoss <mstrapp@protonmail.com> | 2021-04-19 16:01:34 -0500 |
---|---|---|
committer | RossTheRoss <mstrapp@protonmail.com> | 2021-04-19 16:01:34 -0500 |
commit | 2cf4cc419d9340d9ee9519090a9c4c580ccdf99e (patch) | |
tree | 2ed22bfca01ba13a30f38f9e35b2f05f9eeb3b58 /csci4131/hw7/package.json | |
parent | Do paper (diff) | |
download | homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar.gz homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar.bz2 homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar.lz homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar.xz homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.tar.zst homework-2cf4cc419d9340d9ee9519090a9c4c580ccdf99e.zip |
start HW7
Diffstat (limited to 'csci4131/hw7/package.json')
-rw-r--r-- | csci4131/hw7/package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/csci4131/hw7/package.json b/csci4131/hw7/package.json new file mode 100644 index 0000000..a937763 --- /dev/null +++ b/csci4131/hw7/package.json @@ -0,0 +1,19 @@ +{ + "name": "strap012_hw7", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "npm index.js" + }, + "author": "", + "license": "MIT", + "dependencies": { + "bcrypt": "^5.0.1", + "body-parser": "^1.19.0", + "express": "^4.17.1", + "express-session": "^1.17.1", + "mysql": "^2.18.1", + "xml2js": "^0.4.23" + } +} |