initial commit

This commit is contained in:
Adam 2019-02-05 13:46:17 +00:00
parent e5fb9aef86
commit 4753643afb
1 changed files with 13 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "email_test",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"nodemailer": {
"version": "4.6.8",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.6.8.tgz",
"integrity": "sha512-A3s7EM/426OBIZbLHXq2KkgvmKbn2Xga4m4G+ZUA4IaZvG8PcZXrFh+2E4VaS2o+emhuUVRnzKN2YmpkXQ9qwA=="
}
}
}