-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 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
{
"name": "loopback-component-auth",
"version": "1.1.1",
"description": "Extends loopback-component-passport to support custom auth schemes (i.e. other than the supported 'ldap', 'local', 'oauth', 'oauth1', 'oauth 1.0', 'openid', 'openid connect' and 'oauth 2.0')",
"homepage": "",
"author": {
"name": "Benjamin Kroeger",
"email": "[email protected]",
"url": ""
},
"files": [
"lib",
"models"
],
"main": "lib/index.js",
"keywords": [
"oniyi",
"loopback",
"passport",
"custom",
"schemes"
],
"repository": "benkroeger/loopback-component-auth",
"dependencies": {
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"lodash": "^4.13.1",
"loopback-component-passport": "^2.1.0",
"oniyi-config": "^0.0.1",
"oniyi-logger": "^0.4.2",
"passport": "^0.3.2"
},
"peerDependencies": {
"loopback": "^2.29.0"
},
"devDependencies": {
"eslint": "^2.12.0",
"eslint-config-oniyi": "^3.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.4.1",
"gulp-plumber": "^1.1.0"
},
"scripts": {
"test": "gulp"
},
"license": "Apache-2.0",
"engines": {
"node": "^4.3.0"
}
}