ht-mailer
Version:
A hudson-taylor mailer service that keeps blacklists and a mail queue in mongoDB.
35 lines (34 loc) • 859 B
JSON
{
"name": "ht-mailer",
"version": "0.0.12",
"description": "A hudson-taylor mailer service that keeps blacklists and a mail queue in mongoDB.",
"keywords": [
"email",
"ht",
"hudson-taylor",
"mongo"
],
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/"
},
"author": "Pomke",
"license": "MIT",
"repository": "git@github.com:pomke/ht-mailer.git",
"main": "./lib/service",
"dependencies": {
"async": "0.9.0",
"attrition": "0.0.4",
"handlebars": "2.0.0-alpha.4",
"hudson-taylor": "0.0.12",
"mailparser": "^0.4.6",
"nodemailer": "1.1.1",
"nodemailer-markdown": "0.1.2",
"nodemailer-ses-transport": "1.1.0",
"nodemailer-smtp-transport": "0.1.12",
"nodemailer-stub-transport": "0.1.4"
},
"devDependencies": {
"mocha": "~1.21.0",
"mongodb": "*"
}
}