forked from nodemailer/nodemailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.39 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
51
52
53
54
55
56
57
58
{
"name": "nodemailer",
"version": "2.4.2",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/nodemailer/nodemailer.git"
},
"keywords": [
"e-mail",
"mime",
"email",
"mail",
"sendmail",
"ses",
"smtp"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"homepage": "http://nodemailer.com/",
"dependencies": {
"libmime": "2.0.3",
"mailcomposer": "git+ssh://[email protected]/glg/mailcomposer",
"nodemailer-direct-transport": "3.1.0",
"nodemailer-shared": "1.0.5",
"nodemailer-smtp-pool": "2.6.0",
"nodemailer-smtp-transport": "2.5.0",
"socks": "1.1.9"
},
"devDependencies": {
"amqp": "^0.2.4",
"chai": "^3.5.0",
"email-templates": "^2.3.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^18.1.0",
"grunt-mocha-test": "^0.12.7",
"handlebars": "^4.0.5",
"mocha": "^2.5.3",
"nodemailer-dkim": "^1.0.4",
"nodemailer-markdown": "^1.0.0",
"nodemailer-stub-transport": "^1.0.0",
"proxy-test-server": "^1.0.0",
"sinon": "^1.17.4",
"smtp-server": "^1.9.1",
"swig-email-templates": "^2.1.0"
},
"engines": {
"node": ">=0.10.0"
}
}