nodebb-plugin-global-chat
Version:
Adds a global chat room to NodeBB
37 lines (36 loc) • 802 B
JSON
{
"name": "nodebb-plugin-global-chat",
"version": "2.0.0",
"description": "Adds a global chat room to NodeBB",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodebb/nodebb-plugin-global-chat.git"
},
"keywords": [
"nodebb",
"plugin",
"global",
"chat",
"shout",
"box"
],
"author": "PitaJ",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodebb/nodebb-plugin-global-chat/issues"
},
"homepage": "https://github.com/nodebb/nodebb-plugin-global-chat#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-nodebb": "^0.0.1",
"eslint-plugin-import": "^2.23.4"
},
"nbbpm": {
"compatibility": "~1.18.4"
}
}