-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "nodebb-plugin-discord-notification",
"title": "Discord Notifications for NodeBB",
"version": "1.5.0",
"description": "Send notifications of new posts and topics via Discord webhook.",
"keywords": [
"discord",
"nodebb",
"plugin",
"webhook",
"notifications"
],
"author": {
"name": "Amargon",
"url": "https://github.com/amargon/"
},
"repository": {
"type": "git",
"url": "https://github.com/amargon/nodebb-plugin-discord-notification"
},
"bugs": {
"url": "https://github.com/amargon/nodebb-plugin-discord-notification/issues"
},
"license": "MIT",
"main": "library.js",
"dependencies": {
"discord.js": "^12.4.1"
},
"nbbpm": {
"compatibility": "^2.0.0"
}
}