UNPKG

haraka-plugin-accounting-files

Version:

Gives you the ability to extract the useful information from the outbound traffic and manage the storage/archiving of the three main types 'Delivered/Deferred/Bounce'.

44 lines (43 loc) 1.28 kB
{ "name": "haraka-plugin-accounting-files", "version": "0.7.0", "description": "Gives you the ability to extract the useful information from the outbound traffic and manage the storage/archiving of the three main types 'Delivered/Deferred/Bounce'.", "main": "index.js", "scripts": { "lint": "./node_modules/.bin/eslint *.js test/*.js", "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/acharkizakaria/haraka-plugin-accounting-files.git" }, "keywords": [ "Haraka", "Plugin", "accounting-files", "Accounting", "Files" ], "author": "“Zakaria <“acharki.zakaria@gmail.com”>", "license": "MIT", "bugs": { "url": "https://github.com/acharkizakaria/haraka-plugin-accounting-files/issues" }, "homepage": "https://github.com/acharkizakaria/haraka-plugin-accounting-files#readme", "dependencies": { "haraka-constants": "*", "dateformat": "*" }, "devDependencies": { "assert": "*", "coveralls": "^2.13.0", "eslint": "^4.0.0", "eslint-plugin-haraka": "^1.0.6", "eslint-plugin-node": "^5.0.0", "fs": "*", "haraka-test-fixtures": "^1.0.18", "istanbul": "^0.4.5", "mocha": "*", "path": "*" } }