haraka-plugin-webmailer/package.json

15 lines
337 B
JSON
Raw 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": {
"body-parser": "^1.19.0"
}
2019-09-04 07:06:15 +00:00
}