-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "dzb-openid-demom-client",
"version": "0.0.1",
"description": "This demo shows how you can use openid to fit the content for user with special needs to give him an optimal user experience.",
"keywords": [
"openid",
"accessibility",
"blind",
"dyslexia",
"partially-sighted",
"dzb",
"social login"
],
"license": "MIT",
"engines": {
"node": ">=7"
},
"author": {
"name": "DZB developers",
"organization": "DZB",
"url": "https://dzb.de/",
"email": "[email protected]"
},
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dotenv": "^5.0.0",
"express": "~4.15.2",
"express-session": "^1.15.6",
"hbs": "~4.0.1",
"morgan": "~1.8.1",
"passport": "^0.4.0",
"passport-openid-connect": "^0.1.0",
"pm2": "^3.5.1",
"request": "^2.83.0",
"serve-favicon": "~2.4.2"
}
}