aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2019-02-02 10:51:10 -0500
committerMark Powers <markppowers0@gmail.com>2019-02-02 10:51:10 -0500
commitc21eba4246be5c9831705a86592b45c70648c167 (patch)
tree0e4470f574ab77287a1ad40f196b1643dd0b1c7d /package.json
parentd1162d1bd12cbb3eae9889768adbbb293852c066 (diff)
Add admin panel
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 716b581..ae9a975 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
+ "cookie-parser": "^1.4.3",
"express": "^4.16.4",
+ "jsonwebtoken": "^8.4.0",
"multer": "^1.4.1",
"mysql2": "^1.6.4",
"request": "^2.88.0",