-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 776 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 776 Bytes
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
{
"name": "nodebb-plugin-custom-exodo",
"version": "0.2.5",
"description": "Allows a user to customize forum with theme-exodus",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Exo-Do/nodebb-plugin-custom-topics"
},
"keywords": [
"nodebb",
"plugin",
"custom",
"header",
"topic"
],
"author": {
"name": "xuso & exomarty"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Exo-Do/nodebb-plugin-custom-topics/issues"
},
"nbbpm": {
"compatibility": "^1.1.0"
},
"readmeFilename": "README.md",
"scripts": {
"2npm": "publish"
},
"devDependencies": {
"publish": "0.5.0"
}
}