UNPKG

@withub/egg-oauth2-server

Version:

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

68 lines (67 loc) 1.45 kB
{ "name": "@withub/egg-oauth2-server", "version": "2.2.6", "description": "koa-oauth-server(node-oauth2-server) plugin for egg", "eggPlugin": { "name": "oAuth2Server" }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "oauth", "oauth-server", "oauth2", "oauth2-server" ], "dependencies": { "oauth2-server": "^3.1.1" }, "devDependencies": { "autod": "^3.0.1", "chai": "^3.5.0", "nconf": "^0.8.4", "egg": "^2.29.2", "egg-bin": "^4.15.0", "egg-ci": "^1.18.0", "egg-mock": "^4.0.1", "eslint": "^4.11.0", "eslint-config-egg": "^5.1.0", "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", "pub": "npm publish --access public" }, "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" }