UNPKG

@zhaochy/egg-oauth2-server

Version:

koa-oauth-server(node-oauth2-server) plugin for egg

73 lines (72 loc) 1.55 kB
{ "name": "@zhaochy/egg-oauth2-server", "version": "0.1.0-snapshot.18", "description": "koa-oauth-server(node-oauth2-server) plugin for egg", "private": false, "publishConfig": { "access": "public" }, "eggPlugin": { "name": "oAuth2Server" }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "oauth", "oauth-server", "oauth2", "oauth2-server" ], "dependencies": { "jsonwebtoken": "8.5.1", "oauth2-server": "^3.0.0" }, "devDependencies": { "@types/oauth2-server": "3.0.12", "autod": "^3.0.1", "chai": "^3.5.0", "egg": "^2.0.0", "egg-bin": "^4.3.5", "egg-ci": "^1.8.0", "egg-mock": "^3.13.0", "eslint": "^4.11.0", "eslint-config-egg": "^5.1.0", "nconf": "^0.8.4", "supertest": "^3.0.0", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.0.0" }, "scripts": { "test": "npm run lint -- --fix && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "npm run lint && npm run cov", "autod": "autod" }, "files": [ "index.js", "app.js", "agent.js", "index.d.ts", "config", "app", "lib" ], "ci": { "version": "8" }, "repository": { "type": "git", "url": "git+https://github.com/Azard/egg-oauth2-server.git" }, "bugs": { "url": "https://github.com/Azard/egg-oauth2-server/issues" }, "homepage": "https://github.com/Azard/egg-oauth2-server#readme", "author": "Azard", "license": "MIT" }