14 lines
337 B
JSON
14 lines
337 B
JSON
{
|
|
"name": "haraka-plugin-webmailer",
|
|
"version": "1.0.0",
|
|
"description": "Plugin to add our webhooks to haraka",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "john@rootprojects.com",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0"
|
|
}
|
|
}
|