grant-profile
Version:
User profile plugin for Grant
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "grant-profile",
"version": "1.0.2",
"description": "User profile plugin for Grant",
"keywords": [
"oauth",
"oauth2",
"openid",
"openid-connect",
"authentication",
"authorization",
"middleware",
"express",
"koa",
"hapi"
],
"license": "MIT",
"homepage": "https://github.com/simov/grant-profile",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/grant-profile.git"
},
"dependencies": {
"request-compose": "^2.0.0",
"request-oauth": "^1.0.0"
},
"devDependencies": {
"@hapi/hapi": "^18.4.1",
"@hapi/yar": "^9.2.1",
"coveralls": "^3.0.11",
"express": "^4.17.1",
"express-session": "^1.17.0",
"grant": "^5.0.1",
"koa": "^2.11.0",
"koa-qs": "^2.0.0",
"koa-session": "^5.13.1",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"request-cookie": "^1.0.0",
"request-logs": "^2.0.0"
},
"peerDependencies": {
"grant": ">=5.0.0"
},
"main": "./profile.js",
"type": "commonjs",
"files": [
"config/",
"profile.js",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"test": "npm run test:ci",
"test:ci": "npx mocha --recursive",
"test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
},
"engines": {
"node": ">=8.0.0"
}
}