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