email-mkt-sender
Version:
A command that send a e-mail marketing to your e-mail
34 lines (33 loc) • 766 B
JSON
{
"name": "email-mkt-sender",
"version": "1.0.6",
"description": "A command that send a e-mail marketing to your e-mail",
"main": "app.js",
"preferGlobal": "true",
"bin": {
"email-mkt": "./app.js"
},
"dependencies": {
"colors": "^1.3.0",
"inquirer": "^5.2.0",
"nodemailer": "^4.6.5",
"yargs": "^11.0.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm pack & npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/diegodsgarcia/email-mkt-sender"
},
"keywords": [
"email",
"marketing",
"send"
],
"author": "diegodsgarcia",
"license": "ISC"
}