-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 852 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
{
"name": "node_openid",
"version": "1.1.0",
"private": true,
"description": "Example of integration with OpenId Connect",
"repository": {
"type": "git",
"url": "git://github.com/a-maggi/node_openid.git"
},
"main": "app.js",
"dependencies": {
"base64url": "^3.0.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-handlebars": "^3.1.0",
"express-session": "^1.15.6",
"got": "^9.6.0",
"lodash": "^4.17.11",
"lru-cache": "^5.1.1",
"node-jose": "^1.1.1",
"node-uuid": "^1.4.8",
"oidc-token-hash": "^3.0.2",
"p-any": "^1.1.0",
"request": "^2.88.0",
"winston": "^3.2.1",
"openid-client": "^2.4.5"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}