1
0
Fork 0

package.json

This commit is contained in:
Ruben Meyer 2019-09-08 19:42:39 +02:00
parent 5007d0a521
commit 329fc1c14f
1 changed files with 16 additions and 0 deletions

16
package.json Normal file
View File

@ -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"
}
}