UNPKG

@envoy/passport-envoy

Version:

Envoy authentication strategy for Passport

50 lines (49 loc) 1.05 kB
{ "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" } }