koa-userinfo
Version:
openid style userinfo as middleware, for koa
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "koa-userinfo",
"version": "0.1.3",
"description": "openid style userinfo as middleware, for koa",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"test": "flow check && jest src",
"test:watch": "npm test -- --watch",
"coverage": "jest --coverage src",
"clean": "rimraf dist",
"prepublish": "npm run clean && npm test && npm run build",
"postpublish": "npm run clean"
},
"keywords": [
"koa",
"openid",
"oauth2",
"userinfo"
],
"author": "Chris Oloff <chris@uber5.com> (http://about.uber5.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Uber5/koa-userinfo.git"
},
"dependencies": {
"debug": "3.0.1 || ^3 || ^4"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"flow-bin": "^0.99.1",
"flow-typed": "^2.5.2",
"jest": "^24.8.0",
"koa": "^2.7.0",
"rimraf": "^2.6.3"
}
}