forked from ammmir/node-oauth2-provider
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
45 lines (45 loc) · 1.06 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.4",
"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": {
"base64url": "^1.0.4",
"clean-obj": "^0.1.2",
"extend": "^3.0.0",
"jwt-simple": "^0.3.1",
"lodash": "^3.10.1",
"modelling": "0.0.3",
"q": "^1.4.1",
"sails-redis": "^0.10.5"
},
"directories": {
"example": "./examples"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ammmir/node-oauth2-provider/blob/master/LICENSE"
}
]
}