1
0
Fork 0
auth.rxbn.de/package.json

20 lines
448 B
JSON
Raw Normal View History

2019-06-01 20:05:13 +00:00
{
"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": "^3.2.0",
2020-08-12 09:43:10 +00:00
"cookie-parser": "^1.4.5",
2019-06-01 20:05:13 +00:00
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
2020-08-12 09:43:10 +00:00
"express-session": "^1.17.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^5.9.28",
"pug": "^3.0.0"
2019-06-01 20:05:13 +00:00
}
}