1
0
Fork 0
You cannot 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
JSON

4 years ago
{
"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",
4 years ago
"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"
4 years ago
}
}