UNPKG

egg-passport-github

Version:
63 lines (62 loc) 1.33 kB
{ "name": "egg-passport-github", "version": "1.0.0", "description": "github passport plugin for egg", "eggPlugin": { "name": "passportGithub", "dependencies": [ "passport" ] }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "egg-passport", "passport-github" ], "dependencies": { "debug": "^2.6.1", "passport-github": "^1.1.0" }, "devDependencies": { "autod": "^2.7.1", "egg": "^0.12.0", "egg-bin": "^2.2.1", "egg-ci": "^1.1.0", "egg-mock": "^3.0.0", "egg-passport": "^1.0.0", "eslint": "^3.16.0", "eslint-config-egg": "^3.2.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": [ "app.js", "config" ], "ci": { "version": "6, 7" }, "repository": { "type": "git", "url": "git+https://github.com/eggjs/egg-passport-github.git" }, "bugs": { "url": "https://github.com/eggjs/egg/issues" }, "homepage": "https://github.com/eggjs/egg-passport-github#readme", "author": "fengmk2", "license": "MIT" }