mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
360d71f84b
* upgrade nodemailer - update documentation(s) - add/update `package-lock.json`(s) - add `engines` field(s) * remove Node.js v4 from build matrix * bump major version of node-red-node-email to v1.0.0
14 lines
379 B
JSON
14 lines
379 B
JSON
{
|
|
"name": "node-red-node-email",
|
|
"version": "0.1.29",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"nodemailer": {
|
|
"version": "4.6.4",
|
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.6.4.tgz",
|
|
"integrity": "sha512-SD4uuX7NMzZ5f5m1XHDd13J4UC3SmdJk8DsmU1g6Nrs5h3x9LcXr6EBPZIqXRJ3LrF7RdklzGhZRF/TuylTcLg=="
|
|
}
|
|
}
|
|
}
|