-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
41 lines (41 loc) · 960 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nodebb-plugin-blog-comments",
"version": "1.1.0",
"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": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-blog-comments/issues"
},
"nbbpm": {
"compatibility": "^3.2.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"
}