nodebb-plugin-session-login
Version:
Example plugin for session login
26 lines (25 loc) • 688 B
JSON
{
"name": "nodebb-plugin-session-login",
"version": "0.0.22",
"description": "Example plugin for session login",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subji/nodebb-plugin-session-login.git"
},
"author": "Jisub Park <qkrwlrjq@gmail.com> (http://subji.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/subji/nodebb-plugin-session-login/issues"
},
"homepage": "https://github.com/subji/nodebb-plugin-session-login#readme",
"nbbpm": {
"compatibility": "~1.2.x"
},
"dependencies": {
"winston": "^2.3.0"
}
}