UNPKG

500 BJSONView Raw
1{
2 "id": "nodebb-plugin-emailer-mandrill",
3 "name": "Emailer (Mandrill)",
4 "description": "Mandrill Emailer for NodeBB",
5 "url": "https://github.com/akhoury/nodebb-plugin-emailer-mandrill",
6 "library": "./index.js",
7 "templates": "templates",
8 "hooks": [
9 { "hook": "filter:email.send", "method": "send"},
10 { "hook": "filter:admin.header.build", "method": "admin.menu"},
11 { "hook": "static:app.load", "method": "init" }
12 ],
13 "languages": "languages"
14}