transactional-email-templates
Version:
Customizable transitional HTML email templates for node.js, compiled with variable content
31 lines (30 loc) • 778 B
JSON
{
"name": "transactional-email-templates",
"version": "0.4.0",
"description": "Customizable transitional HTML email templates for node.js, compiled with variable content",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andjosh/transactional-email-templates.git"
},
"keywords": [
"transactional",
"email",
"templates",
"jade",
"node.js",
"mail"
],
"author": "andjosh",
"license": "MIT",
"bugs": {
"url": "https://github.com/andjosh/transactional-email-templates/issues"
},
"homepage": "https://github.com/andjosh/transactional-email-templates#readme",
"dependencies": {
"jade": "^1.11.0"
}
}