{
  "name": "milterjs",
  "description": "javascript milter api client",
  "version": "0.0.3",
  "author": "Alexandre Tiertant <a.tiertant@atlantis-software.net>",
  "license": "MIT",
  "main": "./index.js",
  "repository": "https://github.com/Atlantis-Software/milterjs",
  "homepage": "https://github.com/Atlantis-Software/milterjs",
  "keywords": [
    "milter",
    "api",
    "sendmail",
    "postfix"
  ],
  "dependencies": {},
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "~3.11.1",
    "istanbul": "0.4.5",
    "mailx": "0.0.11",
    "mocha": "~5.0.0",
    "nyc": "~11.4.1"
  },
  "scripts": {
    "test": "nyc mocha --timeout=5000 --exit",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint ./"
  },
  "engines": {
    "node": ">= 6.0.0"
  }
}
