{
  "name": "nodemailer-cli",
  "version": "2.1.1",
  "description": "A command line interface for sending email, wrapped around nodemailer.",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "nodemailer": "./bin/nodemailer.js"
  },
  "scripts": {
    "test": "./node_modules/.bin/gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fardog/nodemailer-cli.git"
  },
  "bugs": {
    "url": "https://github.com/fardog/nodemailer-cli/issues"
  },
  "homepage": "https://github.com/fardog/nodemailer-cli",
  "engines": {
    "node": ">=4.0.0"
  },
  "keywords": [
    "smtp",
    "mail",
    "relay",
    "nodemailer"
  ],
  "author": "Nathan Wittstock <nate@milkandtang.com>",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.3",
    "isemail": "^2.2.1",
    "minimist": "^1.1.0",
    "nodemailer": "^2.7.0",
    "nodemailer-smtp-transport": "^2.7.2"
  },
  "devDependencies": {
    "gulp": "^3.8.7",
    "gulp-jshint": "^2.0.4",
    "gulp-load-plugins": "^1.4.0",
    "gulp-mocha": "^3.0.1",
    "jshint": "^2.9.4",
    "jshint-stylish": "^2.2.1",
    "mocha": "^3.2.0",
    "nodemailer-stub-transport": "^1.1.0",
    "should": "^11.1.1"
  }
}
