nodebb-plugin-blog-comments
Version:
NodeBB Blog Comments (Ghost / WP Commenting Engine)
42 lines (41 loc) • 960 B
JSON
{
"name": "nodebb-plugin-blog-comments",
"version": "1.1.1",
"description": "NodeBB Blog Comments (Ghost / WP Commenting Engine)",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-blog-comments"
},
"keywords": [
"nodebb",
"plugin",
"blog",
"ghost",
"wordpress",
"commenting",
"comments"
],
"author": {
"name": "psychobunny",
"email": "psycho.bunny@hotmail.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-blog-comments/issues"
},
"nbbpm": {
"compatibility": "^4.0.0"
},
"devDependencies": {
"eslint": "8.3.0",
"eslint-config-nodebb": "0.1.1",
"eslint-plugin-import": "2.25.3"
},
"readme": "",
"readmeFilename": "README.md",
"_from": "nodebb-plugin-blog-comments@~0.0.1"
}