send-mail/node_modules/nodemailer/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-01 05:01:03 +07:00
{
"name": "nodemailer",
2022-10-21 21:52:45 +07:00
"version": "6.8.0",
2020-12-17 00:58:31 +07:00
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
2022-10-21 21:52:45 +07:00
"test": "grunt --trace-warnings"
2020-12-17 00:58:31 +07:00
},
"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": {
2022-10-21 21:52:45 +07:00
"@aws-sdk/client-ses": "3.180.0",
"aws-sdk": "2.1225.0",
2021-03-24 03:57:43 +07:00
"bunyan": "1.8.15",
2022-10-21 21:52:45 +07:00
"chai": "4.3.6",
2020-12-17 00:58:31 +07:00
"eslint-config-nodemailer": "1.2.0",
2022-10-21 21:52:45 +07:00
"eslint-config-prettier": "8.5.0",
"grunt": "1.5.3",
2021-07-14 13:08:23 +07:00
"grunt-cli": "1.4.3",
2022-10-21 21:52:45 +07:00
"grunt-eslint": "24.0.0",
2020-12-17 00:58:31 +07:00
"grunt-mocha-test": "0.13.3",
"libbase64": "1.2.1",
2022-10-21 21:52:45 +07:00
"libmime": "5.1.0",
2020-12-17 00:58:31 +07:00
"libqp": "1.1.0",
2022-10-21 21:52:45 +07:00
"mocha": "10.0.0",
"nodemailer-ntlm-auth": "1.0.3",
2020-12-17 00:58:31 +07:00
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
2022-10-21 21:52:45 +07:00
"sinon": "14.0.0",
"smtp-server": "3.11.0"
2020-12-17 00:58:31 +07:00
},
"engines": {
"node": ">=6.0.0"
2021-03-24 03:57:43 +07:00
}
2020-03-01 05:01:03 +07:00
}