nodebb-plugin-rqmd
Version:
NodeBB plugin to parse markdown for Ricequant
25 lines (24 loc) • 515 B
JSON
{
"name": "nodebb-plugin-rqmd",
"version": "0.0.1",
"description": "NodeBB plugin to parse markdown for Ricequant",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/RicequantInc/nodebb-plugin-rqmd"
},
"keywords": [
"nodebb",
"plugin",
"markdown",
"ricequant"
],
"author": "PoppinL",
"license": "MIT",
"bugs": {
"url": "https://github.com/RicequantInc/nodebb-plugin-rqmd/issues"
},
"dependencies": {
"remarkable": "^1.6.0"
}
}