haraka-plugin-webmailer/package.json

16 lines
368 B
JSON
Raw Permalink Normal View History

2019-09-04 07:06:15 +00:00
{
"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",
2019-09-04 07:41:17 +00:00
"license": "UNLICENSED",
"dependencies": {
2019-09-04 07:51:11 +00:00
"body-parser": "^1.19.0",
"lodash.escape": "^4.0.1"
2019-09-04 07:41:17 +00:00
}
2019-09-04 07:06:15 +00:00
}