forked from ticadia/loopback-oauth2orize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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
{
"name": "loopback-oauth2orize",
"version": "2.0.1",
"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": "https://github.com/ticadia/loopback-oauth2orize.git"
},
"main": "./lib",
"dependencies": {
"async": "^0.9.0",
"connect-ensure-login": "^0.1.1",
"debug": "^2.1.3",
"jws": "^3.0.0",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"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.0.3",
"pkginfo": "^0.3.0",
"uid2": "^0.0.3",
"utils-merge": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.2.4",
"chai": "^2.2.0",
"chai-connect-middleware": "^0.3.1",
"chai-oauth2orize-grant": "^0.2.0",
"vows": "^0.8.1"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
},
"license": {
"name": "Dual Artistic-2.0"
}
}