nodebb-plugin-emailer-ses
Version:
A plugin for NodeBB to use AWS SES for sending outbound emails
47 lines (46 loc) • 1.3 kB
JSON
{
"name": "nodebb-plugin-emailer-ses",
"version": "1.0.1",
"description": "A plugin for NodeBB to use AWS SES for sending outbound emails",
"main": "emailer-ses.js",
"repository": {
"type": "git",
"url": "https://github.com/chollis/nodebb-plugin-emailer-ses"
},
"keywords": [
"nodebb",
"plugin",
"emailer",
"aws",
"amazon",
"ses"
],
"author": "Craig Hollis <chollis@chollis.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chollis/nodebb-plugin-emailer-ses/issues"
},
"homepage": "https://github.com/chollis/nodebb-plugin-emailer-ses",
"nbbpm": {
"compatibility": "^3.2.0 || ^4.0.0"
},
"dependencies": {
"@aws-sdk/client-sesv2": "^3.0.0"
},
"contributors": [
{
"name": "Louise McMahon",
"email": "louise@louisemcmahon.co.uk",
"url": "http://louisemcmahon.co.uk"
},
{
"name": "Barış Soner Uşaklı",
"email": "baris@nodebb.org",
"url": "http://nodebb.org/"
},
{
"name": "Artur Matczak",
"url": "https://github.com/gwynnarth"
}
]
}