-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 890 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 890 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
{
"name": "@minecraftforgefrance/nodebb-plugin-mff-discord",
"version": "1.2.0",
"description": "A NodeBB plugin to connect the MFF forum with our Discord. Designed for our needs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-discord.git"
},
"author": "Superloup10 <Superloup10@gmail.com>",
"contributors": [
{
"name": "robin4002",
"email": "robin4002@gmail.com"
}
],
"license": "BSD-2-Clause",
"nbbpm": {
"compatibility": "^3.0.0 || ^4.0.0"
},
"dependencies": {
"jsonwebtoken": "^9.0.2"
},
"bugs": {
"url": "https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-discord/issues"
},
"homepage": "https://github.com/MinecraftForgeFrance/nodebb-plugin-mff-discord#readme",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.9"
}
}