UNPKG

734 BJSONView Raw
1{
2 "name": "nodebb-plugin-emailer-mandrill",
3 "version": "0.3.4",
4 "description": "An emailer plugin for NodeBB using Mandrill as a third party service",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/akhoury/nodebb-plugin-emailer-mandrill"
9 },
10 "keywords": [
11 "nodebb",
12 "plugin",
13 "emailer",
14 "mandrill"
15 ],
16 "author": "Aziz khoury <bentael@gmail.com>",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/akhoury/nodebb-plugin-emailer-mandrill/issues"
20 },
21 "homepage": "https://github.com/akhoury/nodebb-plugin-emailer-mandrill",
22 "dependencies": {
23 "path": "~0.4.9",
24 "node-mandrill": "~1.0.1"
25 },
26 "nbbpm": {
27 "compatibility": "^0.9.0"
28 }
29}