forked from orliesaurus/nodemailer-mailgun-transport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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.3.5",
"repository": {
"type": "git",
"url": "[email protected]:orliesaurus/nodemailer-mailgun-transport.git"
},
"scripts": {
"test": "mocha"
},
"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": {
"lodash.pickby": "^4.3.0",
"lodash.some": "^4.3.0",
"lodash.startswith": "^4.0.1",
"async-series": "0.0.1",
"consolidate": "^0.14.0",
"mailgun-js": "0.7.10"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mocha-sinon": "^1.1.5",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}