-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"name": "nodebb-plugin-post-notification",
"version": "0.1.0",
"description": "Dead-simple NodeBB plugin that sends emails to specific addresses whenever a new post is made.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pvnick/nodebb-plugin-post-notification"
},
"keywords": [
"nodebb",
"post",
"notification"
],
"license": "MIT",
"dependencies": {},
"nbbpm": {
"compatibility": "^0.7.0"
},
"readme": "no readme yet",
"readmeFilename": "README.md",
"homepage": "https://github.com/pvnick/nodebb-plugin-post-notification",
"scripts": {},
"bugs": {
"url": "https://github.com/pvnick/nodebb-plugin-post-notification/issues"
}
}