nodebb-plugin-custom-topics
Version:
Adds custom forms to composer when posting new topics
29 lines (28 loc) • 719 B
JSON
{
"name": "nodebb-plugin-custom-topics",
"version": "0.11.5",
"description": "Adds custom forms to composer when posting new topics",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btw6391/nodebb-plugin-custom-topics.git"
},
"keywords": [
"NodeBB",
"plugin",
"custom",
"topics"
],
"author": "btw6391 <btw6391@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/btw6391/nodebb-plugin-custom-topics/issues"
},
"homepage": "https://github.com/btw6391/nodebb-plugin-custom-topics#readme",
"nbbpm": {
"compatibility": "^1.5.0"
}
}