tarsius-messaging-email-ses
Version:
tarsius plugin for send email via AWS ses
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "tarsius-messaging-email-ses",
"version": "0.0.1",
"description": "tarsius plugin for send email via AWS ses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "muhammad hasan <hasan@lussa.net>",
"license": "MIT",
"dependencies": {
"nodemailer": "^1.10.0",
"nodemailer-html-to-text": "^1.0.2",
"nodemailer-ses-transport": "^1.3.0"
},
"tarsius": {
"type": "messaging.email",
"name": "AWS SES mail gateway",
"configs": [
{
"name": "accessKeyId",
"title": "AWS Acces Key",
"type": "string"
},
{
"name": "secretAccessKey",
"title": "AWS secret",
"type": "password"
},
{
"name": "sessionToken",
"title": "session token",
"type": "password"
},
{
"name": "region",
"title": "region",
"type": "string"
},
{
"name": "rateLimit",
"title": "amount of messages that can be sent in 1 second",
"type": "number"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lussatech/tarsius-messaging-email-ses.git"
},
"keywords": [
"tarsius",
"nodejs",
"ses",
"email"
],
"bugs": {
"url": "https://github.com/lussatech/tarsius-messaging-email-ses/issues"
},
"homepage": "https://github.com/lussatech/tarsius-messaging-email-ses#readme"
}