forked from strongloop/loopback-component-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.56 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
{
"name": "loopback-component-oauth2",
"version": "3.2.0",
"description": "OAuth 2.0 provider for LoopBack",
"engines": {
"node": ">= 6"
},
"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.5.2",
"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",
"strong-globalize": "^2.6.2",
"uid2": "^0.0.3",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-connect-middleware": "^0.3.1",
"chai-oauth2orize-grant": "^0.2.0",
"eslint": "^4.18.2",
"eslint-config-loopback": "^13.1.0",
"loopback": "^3.0.0",
"mocha": "^5.2.0",
"vows": "^0.8.1"
},
"scripts": {
"test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js",
"lint": "eslint .",
"posttest": "npm run lint"
},
"license": "MIT",
"author": "IBM Corp."
}