nodebb-plugin-sso-eve
Version:
NodeBB EVE Online SSO
64 lines (63 loc) • 1.29 kB
JSON
{
"name": "nodebb-plugin-sso-eve",
"version": "0.0.3",
"description": "NodeBB EVE Online SSO",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/julianlam/nodebb-plugin-sso-oauth"
},
"keywords": [
"nodebb",
"plugin",
"eve",
"eveonline",
"online",
"oauth2",
"sso",
"single sign on",
"login",
"registration"
],
"author": {
"name": "fasolo97",
"email": "79fasolo97@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MrFasolo97/nodebb-plugin-sso-eve/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"async": "^3.2.0",
"eslint": "^8.0.0",
"passport-oauth": "~1.0.0"
},
"nbbpm": {
"compatibility": "^1.0.1",
"index": false
},
"devDependencies": {
"@commitlint/config-angular": "15.0.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"husky": "8.0.1",
"lint-staged": "13.0.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}