You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
505 B
22 lines
505 B
{
|
|
"name": "auth.rxbn.de",
|
|
"version": "1.0.0",
|
|
"description": "single sign-on solution",
|
|
"main": "app.js",
|
|
"author": "rxbn_",
|
|
"license": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"connect-mongo": "^4.4.1",
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.17.1",
|
|
"express-async-handler": "^1.1.4",
|
|
"express-session": "^1.17.2",
|
|
"mongo-sanitize": "^1.1.0",
|
|
"mongoose": "^5.13.7",
|
|
"prom-client": "^13.2.0",
|
|
"pug": "^3.0.2",
|
|
"speakeasy": "^2.0.0"
|
|
}
|
|
}
|