forked from orliesaurus/nodemailer-mailgun-transport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 845 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
34
35
{
"name": "nodemailer-mailgun-transport",
"main": "src/mailgun-transport.js",
"description": "A transport module to use with nodemailer to leverage Mailgun's REST API",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "[email protected]:orliesaurus/nodemailer-mailgun-transport.git"
},
"keywords": [
"email",
"nodemailer",
"mailgun"
],
"maintainers": [
{
"name": "orlie",
"email": "[email protected]",
"web": "http://mailgun.com"
}
],
"bugs": {
"web": "https://github.com/orliesaurus/nodemailer-mailgun-transport/issues"
},
"licenses": [
{
"name": "MIT",
"url": "https://github.com/orliesaurus/nodemailer-mailgun-transport/blob/master/LICENSE"
}
],
"homepage": "http://mailgun.com",
"dependencies": {
"mailgun-js": "^0.7.7"
}
}