forked from agmoyano/OpenIDConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
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
44
45
{
"name": "openid-connect",
"version": "1.2.2",
"keywords": [
"oauth",
"oauth2",
"oauth2 server",
"oauth2 provider",
"openid server",
"identity provider",
"server",
"openid",
"connect",
"openid connect"
],
"description": "This is an fully functional OAuth 2 server implementation, with support for OpenID Connect specification. Based on https://github.com/ammmir/node-oauth2-provider.",
"homepage": "https://github.com/agmoyano/OpenIDConnect",
"repository": {
"type": "git",
"url": "https://github.com/agmoyano/OpenIDConnect.git"
},
"author": {
"name": "Agustín Moyano"
},
"main": "index",
"dependencies": {
"extend": "1.1.3",
"sails-redis": "balderdashy/sails-redis",
"modelling": "*",
"q": "0.9.6",
"jwt-simple": "0.1.0",
"lodash": "*",
"base64url": "*",
"clean-obj": "*"
},
"directories": {
"example": "./examples"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ammmir/node-oauth2-provider/blob/master/LICENSE"
}
]
}