-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
{
"name": "sso",
"version": "1.0.0",
"description": "Networking SSO",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SSO"
],
"author": "Gustavo Santiago",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"csurf": "^1.9.0",
"express": "*",
"express-handlebars": "*",
"express-http-proxy": "^1.4.0",
"express-limiter": "^1.6.1",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"helmet": "^3.14.0",
"http-proxy": "^1.17.0",
"http-proxy-middleware": "^0.19.0",
"https": "^1.0.0",
"mongodb": "*",
"mongoose": "*",
"morgan": "^1.9.1",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"redis": "^2.8.0",
"rotating-file-stream": "^1.3.9"
}
}