forked from strongloop/loopback-component-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 2.98 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "loopback-component-oauth2",
"version": "2.4.2",
"description": "OAuth 2.0 provider for LoopBack",
"keywords": [
"StrongLoop",
"LoopBack",
"oauth",
"oauth2",
"passport",
"authentication",
"authorization",
"gateway",
"api",
"loopback-component"
],
"loopback-component": {},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-component-oauth2.git"
},
"bugs": {
"url": "http://github.com/strongloop/loopback-component-oauth2/issues"
},
"main": "./lib",
"dependencies": {
"async": "^1.0.0",
"body-parser": "^1.15.2",
"connect-ensure-login": "^0.1.1",
"debug": "^2.2.0",
"jws": "^3.0.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"passport-strategy": "^1.0.0",
"path-to-regexp": "^1.2.0",
"pkginfo": "^0.4.0",
"uid2": "^0.0.3",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"chai": "^3.5.0",
"chai-connect-middleware": "^0.3.1",
"chai-oauth2orize-grant": "^0.2.0",
"vows": "^0.8.1"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"license": "SEE LICENSE IN LICENSE.md",
"gitHead": "3cbfb1ab8a8af4044f7c7cf954ed230e2d7b4620",
"homepage": "https://github.com/strongloop/loopback-component-oauth2#readme",
"_id": "[email protected]",
"_shasum": "b29330c949e61d16cfbbc78c7cd1a609360e3f7d",
"_from": "loopback-component-oauth2@*",
"_npmVersion": "3.8.8",
"_nodeVersion": "4.4.3",
"_npmUser": {
"name": "rmg",
"email": "[email protected]"
},
"dist": {
"shasum": "b29330c949e61d16cfbbc78c7cd1a609360e3f7d",
"tarball": "https://registry.npmjs.org/loopback-component-oauth2/-/loopback-component-oauth2-2.4.1.tgz"
},
"maintainers": [
{
"name": "bajtos",
"email": "[email protected]"
},
{
"name": "chandadharap",
"email": "[email protected]"
},
{
"name": "ibmcloud-admin",
"email": "[email protected]"
},
{
"name": "kraman",
"email": "[email protected]"
},
{
"name": "octet",
"email": "[email protected]"
},
{
"name": "rfeng",
"email": "[email protected]"
},
{
"name": "ritch",
"email": "[email protected]"
},
{
"name": "rmg",
"email": "[email protected]"
},
{
"name": "strongloop",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/loopback-component-oauth2-2.4.1.tgz_1462571471674_0.6362579013220966"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/loopback-component-oauth2/-/loopback-component-oauth2-2.4.1.tgz",
"readme": "ERROR: No README data found!"
}