nodebb-plugin-bbcode-to-markdown
Version:
NodeBB BBCode to Markdown Plugin
32 lines (31 loc) • 701 B
JSON
{
"name": "nodebb-plugin-bbcode-to-markdown",
"version": "0.1.0",
"description": "NodeBB BBCode to Markdown Plugin",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-bbcode-to-markdown"
},
"keywords": [
"nodebb",
"plugin",
"bbcode",
"converter",
"phpbb"
],
"author": {
"name": "psychobunny",
"email": "psycho.bunny@hotmail.com"
},
"nbbpm": {
"compatibility": "^0.6.0"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-bbcode-to-markdown/issues"
}
}