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