initial commit

This commit is contained in:
Adam 2019-02-05 13:45:57 +00:00
parent 30086d2af8
commit e5fb9aef86
1 changed files with 15 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "email_test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"nodemailer": "^4.6.8"
}
}