{
  "name": "catchmail",
  "version": "1.1.0",
  "description": "a sendmail command line replacement for mail testing",
  "keywords": [
    "sendmail",
    "command",
    "cli",
    "command-line",
    "mail",
    "email",
    "e-mail",
    "smtp",
    "test",
    "catch",
    "send"
  ],
  "license": "MIT",
  "homepage": "https://github.com/xavierpriour/catchmail-node",
  "author": "Xavier Priour <xavier.priour@bubblyware.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/xavierpriour/catchmail-node.git"
  },
  "bugs": {
    "url": "https://github.com/xavierpriour/catchmail-node/issues"
  },
  "main": "./lib/catchmail.js",
  "bin": {
    "catchmail": "./bin/cli.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-jscs": "^1.6.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-notify": "^0.4.1",
    "load-grunt-tasks": "^3.1.0",
    "maildev": "^0.9.1",
    "mocha": "^2.2.1"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "commander": "^2.7.1",
    "mailparser": "^0.5.1",
    "merge": "^1.2.0",
    "nodemailer": "^1.3.2",
    "nodemailer-smtp-transport": "^1.0.2"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "engine-strict": true
}
