email-test-nodejs/package.json

16 lines
288 B
JSON
Raw Permalink Normal View History

2019-02-05 13:45:57 +00:00
{
"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"
}
}