package.json
This commit is contained in:
parent
5007d0a521
commit
329fc1c14f
16
package.json
Normal file
16
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user