touchway-mail
Version:
Touchway mail wrapper
27 lines • 549 B
JSON
{
"name": "touchway-mail",
"version": "0.9.8",
"description": "Touchway mail wrapper",
"main": "index.js",
"directories": {
"lib": "lib"
},
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/touchway/node/touchway-mail.git"
},
"keywords": [
"Touchway",
"mail",
"wrapper"
],
"author": "Horrer Lukas",
"license": "ISC",
"dependencies": {
"nodemailer": "^4.6.7"
}
}