UNPKG

461 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 "hooks": [
8 { "hook": "action:email.send", "method": "send" },
9 { "hook": "filter:admin.header.build", "method": "admin.menu", "callbacked": false },
10 { "hook": "filter:admin.create_routes", "method": "admin.route", "callbacked": true }
11 ]
12}
\No newline at end of file