-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 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
{
"name": "@envoy/passport-envoy",
"version": "1.0.2",
"description": "Envoy authentication strategy for Passport",
"main": "./lib",
"homepage": "https://github.com/envoy/passport-envoy",
"bugs": "https://github.com/envoy/passport-envoy/issues",
"repository": {
"url": "https://github.com/envoy/passport-envoy",
"type": "git"
},
"author": "Envoy, Inc.",
"license": "MIT",
"private": false,
"keywords": [
"passport",
"envoy",
"auth",
"authn",
"authentication",
"identity"
],
"engines": {
"node": ">= 12.0.0"
},
"files": [
"lib",
"LICENSE",
"package-lock.json",
"package.json",
"README.md"
],
"dependencies": {
"graphql-request": "^2.0.0",
"node-fetch": "^2.6.0",
"passport-oauth2": "1.x.x"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-passport-strategy": "^1.0.1",
"graphql-query-test-mock": "^0.12.1",
"make-node": "^0.4.6",
"mocha": "^7.2.0",
"nock": "^9.6.1"
},
"scripts": {
"test": "make test"
}
}