1
0
Fork 0
SSObaseApp_nodeJS/package.json

17 lines
398 B
JSON
Raw Normal View History

2019-09-08 17:42:39 +00:00
{
"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": {
2020-10-01 19:27:59 +00:00
"bent": "^7.3.10",
2019-09-08 17:42:39 +00:00
"body-parser": "^1.19.0",
2020-10-01 19:27:59 +00:00
"cookie-parser": "^1.4.5",
2019-09-08 17:42:39 +00:00
"express": "^4.17.1",
2020-10-01 19:27:59 +00:00
"express-session": "^1.17.1",
"pug": "^3.0.0"
2019-09-08 17:42:39 +00:00
}
}