-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
37 lines (37 loc) · 915 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
36
37
{
"name": "nodemailer-smtp-transport",
"version": "2.7.4",
"description": "SMTP transport for Nodemailer",
"main": "lib/smtp-transport.js",
"scripts": {
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git://github.com/andris9/nodemailer-smtp-transport.git"
},
"keywords": [
"SMTP",
"Nodemailer"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/andris9/nodemailer-smtp-transport/issues"
},
"homepage": "http://github.com/andris9/nodemailer-smtp-transport",
"dependencies": {
"nodemailer-shared": "1.1.0",
"nodemailer-wellknown": "0.1.10",
"smtp-connection": "2.12.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^3.0.2",
"smtp-server": "^1.14.2"
}
}