-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 842 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
{
"name": "openid-connect-provider-example",
"version": "0.2.0",
"private": true,
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.6",
"express": "^4.16.0",
"express-static": "^1.2.6",
"express-urlrewrite": "^1.2.0",
"generate-rsa-keypair": "^0.1.1",
"ioredis": "^3.1.4",
"lodash": "^4.17.5",
"mongodb": "^2.2.31",
"oidc-provider": "^2.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xlazex/openid-connect-provider-example.git"
},
"author": "Ivan Rogov <[email protected]>",
"license": "GNU Lesser General Public License v3.0",
"bugs": {
"url": "https://github.com/xlazex/openid-connect-provider-example/issues"
},
"homepage": "https://github.com/xlazex/openid-connect-provider-example#readme"
}