cathay-egg-oauth2-server
Version:
koa-oauth-server(node-oauth2-server) plugin for egg
66 lines (65 loc) • 1.39 kB
JSON
{
"name": "cathay-egg-oauth2-server",
"version": "1.1.4",
"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": "^2.4.1",
"thenify": "^3.3.0"
},
"devDependencies": {
"autod": "^2.8.0",
"chai": "^3.5.0",
"egg": "^1.3.0",
"egg-bin": "^3.4.0",
"egg-ci": "^1.6.0",
"egg-mock": "^3.7.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.1.0",
"supertest": "^3.0.0",
"webstorm-disable-index": "^1.1.2"
},
"engines": {
"node": ">=6.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",
"config",
"app",
"lib"
],
"ci": {
"version": "6, 7"
},
"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"
}