forked from nodemailer/nodemailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "nodemailer",
"version": "4.6.4",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/nodemailer/nodemailer.git"
},
"keywords": ["Nodemailer"],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"homepage": "https://nodemailer.com/",
"devDependencies": {
"bunyan": "^1.8.12",
"chai": "^4.1.2",
"eslint-config-nodemailer": "^1.2.0",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-test": "^0.13.3",
"libbase64": "^1.0.2",
"libmime": "^3.1.0",
"libqp": "^1.1.0",
"mocha": "^5.0.5",
"proxy": "^0.2.4",
"proxy-test-server": "^1.0.0",
"sinon": "^4.5.0",
"smtp-server": "^3.4.2"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {}
}