{ "name": "grant-koa", "version": "5.4.8", "description": "Grant OAuth Proxy middleware for Koa", "keywords": [ "oauth", "oauth2", "openid", "openid-connect", "authentication", "authorization", "proxy", "middleware", "koa" ], "license": "MIT", "homepage": "https://github.com/simov/grant", "author": "Simeon Velichkov (https://simov.github.io)", "repository": { "type": "git", "url": "https://github.com/simov/grant.git" }, "dependencies": { "grant": "^5.4.8" }, "peerDependencies": { "koa": ">=2.0.0" }, "main": "index.js", "type": "commonjs", "types": "grant.d.ts", "engines": { "node": ">=8.0.0" } }