haraka-plugin-webmailer/package.json

16 lines
368 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",
"lodash.escape": "^4.0.1"
}
}