parse-server-mailgun-adapter-template
Version:
Used to send Parse Server password reset and email verification emails though Mailgun
31 lines (30 loc) • 841 B
JSON
{
"name": "parse-server-mailgun-adapter-template",
"version": "1.1.7",
"description": "Used to send Parse Server password reset and email verification emails though Mailgun",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcomeau/parse-server-mailgun-adapter-template.git"
},
"keywords": [
"parse",
"parse-server",
"email-adapter",
"email",
"template"
],
"author": "Benjamin Comeau",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bcomeau/parse-server-mailgun-adapter-template/issues"
},
"homepage": "https://github.com/bcomeau/parse-server-mailgun-adapter-template#readme",
"dependencies": {
"mailgun-js": "^0.7.7",
"mailcomposer": "*"
}
}