-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 836 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 836 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
{
"name": "@minecraftforgefrance/nodebb-plugin-mff-modder-support",
"version": "1.2.0",
"description": "A NodeBB plugin to manage the modder support section. Designed for our needs.",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-modder-support.git"
},
"keywords": [
"NodeBB",
"queue",
"tags",
"manage",
"support"
],
"author": "robin4002",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-modder-support/issues"
},
"homepage": "https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-modder-support#readme",
"nbbpm": {
"compatibility": "^3.0.0 || ^4.0.0"
}
}