forked from NodeBB/nodebb-plugin-custom-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
{
"name": "nodebb-plugin-custom-homepage",
"version": "0.2.3",
"description": "Allows you to define a custom homepage for NodeBB",
"main": "./library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-plugin-custom-homepage"
},
"keywords": [
"nodebb",
"plugin",
"badges",
"topic",
"labels"
],
"author": {
"name": "psychobunny",
"email": "[email protected]"
},
"nbbpm": {
"compatibility": "^1.6.0"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-plugin-custom-homepage/issues"
},
"readme": "",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "nodebb-plugin-custom-homepage@~0.0.1",
"dependencies": {
"validator": "^3.39.0"
}
}