forked from NodeBB/nodebb-plugin-emailer-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 760 Bytes
/
package.json
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
33
{
"name": "nodebb-plugin-emailer-local",
"version": "1.0.0",
"description": "NodeBB plugin to send emails via an SMTP service",
"keywords": [
"nodebb",
"email",
"emailer",
"smtp"
],
"homepage": "https://github.com/NodeBB/nodebb-plugin-emailer-local",
"bugs": {
"url": "http://github.com/NodeBB/nodebb-plugin-emailer-local/issues"
},
"license": "MIT",
"author": {
"name": "Alfred Dobradi",
"email": "alfred@brvy.me",
"url": "http://blog.brvy.me"
},
"dependencies": {
"nodemailer": "^3.1.0",
"path": "~0.4.9"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-emailer-local.git"
},
"nbbpm": {
"compatibility": "^0.6.0"
}
}