From 329fc1c14fdb1f447becb82a85d7b95789f2f176 Mon Sep 17 00:00:00 2001 From: Ruben Meyer <46384706+rxbnDE@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:42:39 +0200 Subject: [PATCH] package.json --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..d2124b4 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "SSObaseApp", + "version": "1.0.0", + "description": "nodeJS web app using auth.rxbn.de SSO Service to authenticate and authorize users", + "main": "app.js", + "author": "rxbn_", + "license": "", + "dependencies": { + "body-parser": "^1.19.0", + "cookie-parser": "^1.4.4", + "express": "^4.17.1", + "express-session": "^1.16.2", + "pug": "^2.0.4", + "request": "^2.88.0" + } +}