forked from yariplus/nodebb-plugin-newsletter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 673 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 673 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
{
"name": "nodebb-plugin-newsletter",
"version": "0.4.1",
"description": "Send an email newsletter to all users or a group of users.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/yariplus/nodebb-plugin-newsletter"
},
"keywords": [
"nodebb",
"plugin",
"email",
"newsletter"
],
"author": {
"name": "Timothy Fike",
"email": "tafike@gmail.com"
},
"license": "(CC0-1.0 OR MIT)",
"bugs": {
"url": "https://github.com/yariplus/nodebb-plugin-newsletter/issues"
},
"homepage": "https://github.com/yariplus/nodebb-plugin-newsletter",
"nbbpm": {
"compatibility": "^1.0.0"
}
}