UNPKG

1.18 kBJSONView Raw
1{
2 "name": "nodemailer",
3 "version": "6.5.0",
4 "description": "Easy as cake e-mail sending from your Node.js applications",
5 "main": "lib/nodemailer.js",
6 "scripts": {
7 "test": "grunt"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/nodemailer/nodemailer.git"
12 },
13 "keywords": [
14 "Nodemailer"
15 ],
16 "author": "Andris Reinman",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/nodemailer/nodemailer/issues"
20 },
21 "homepage": "https://nodemailer.com/",
22 "devDependencies": {
23 "bunyan": "1.8.15",
24 "chai": "4.3.0",
25 "eslint-config-nodemailer": "1.2.0",
26 "eslint-config-prettier": "8.1.0",
27 "grunt": "1.3.0",
28 "grunt-cli": "1.3.2",
29 "grunt-eslint": "23.0.0",
30 "grunt-mocha-test": "0.13.3",
31 "libbase64": "1.2.1",
32 "libmime": "5.0.0",
33 "libqp": "1.1.0",
34 "mocha": "8.3.0",
35 "nodemailer-ntlm-auth": "1.0.1",
36 "proxy": "1.0.2",
37 "proxy-test-server": "1.0.0",
38 "sinon": "9.2.4",
39 "smtp-server": "3.8.0"
40 },
41 "engines": {
42 "node": ">=6.0.0"
43 }
44}