nodemailer-mjml-mustache
Version:
A plugin for nodemailer that uses mjml and mustache view engine to generate emails.
28 lines (27 loc) • 664 B
JSON
{
"name": "nodemailer-mjml-mustache",
"version": "0.4.1",
"description": "A plugin for nodemailer that uses mjml and mustache view engine to generate emails.",
"main": "lib/index.js",
"repository": "git@github.com:etiennemarais/nodemailer-mjml-mustache.git",
"author": "Etienne Marais <hello@etiennemarais.co.za>",
"keywords": [
"nodemailer",
"html",
"mjml",
"mustache",
"html-templates",
"email",
"templates",
"responsive"
],
"license": "MIT",
"dependencies": {
"mjml": "^4.9.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"nodemailer": "^6.5.0",
"nodemailer-html-to-text": "^3.1.0"
}
}