UNPKG

postmailer

Version:

HTTP POST -> SMTP proxy, as Express middleware

31 lines (30 loc) 672 B
{ "name": "postmailer", "version": "0.5.2", "description": "HTTP POST -> SMTP proxy, as Express middleware", "main": "index.js", "repository": { "type": "git", "url": "ssh://git@bitbucket.org/geraintluff/http-mail-express.git" }, "keywords": [ "smtp", "express", "http", "http-mail", "post", "proxy" ], "author": "Geraint Luff", "license": "ISC", "dependencies": { "body-parser": "~1.12.2", "express": "~4.12.3", "html-minifier": "^0.8.0", "mime": "~1.3.4", "nodemailer": "~1.3.2", "nodemailer-direct-transport": "~1.0.2", "parse-http-header": "~1.0.0", "uri-templates": "^0.1.7" } }