parse-server-mandrill-adapter
Version:
Used to send Parse Server password reset and email verification emails through Mandrill, supporting templates.
32 lines (31 loc) • 853 B
JSON
{
"name": "parse-server-mandrill-adapter",
"version": "1.2.1",
"description": "Used to send Parse Server password reset and email verification emails through Mandrill, supporting templates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/back4app/parse-server-mandrill-adapter.git"
},
"keywords": [
"parse",
"parse-server",
"email-adapter",
"mandrill",
"back4app"
],
"author": "Davi Macedo",
"contributors": [
"Alvaro Larrosa <alarrosa@octobot.io>"
],
"bugs": {
"url": "https://github.com/back4app/parse-server-mandrill-adapter/issues"
},
"homepage": "https://github.com/back4app/parse-server-mandrill-adapter#readme",
"dependencies": {
"mandrill-api": "^1.0.45"
}
}