{
  "name": "easymailer",
  "description": "simple smtp mailer base on nodemailer by Andris Reinman",
  "version": "1.0.0",
  "author": "hunger",
  "scripts": {
    "test": "nodeunit test/"
  },
  "main": "./lib/easymailer",
  "dependencies": {
    "mailcomposer": "~0.2.10",
    "simplesmtp": "~0.2 || ~0.3.30",
    "directmail": "~0.1.7",
    "he": "~0.3.6",
    "public-address": "~0.1.1",
    "aws-sdk": "2.0.5",
    "readable-stream": "~1.1.9"
  },
  "devDependencies": {
    "nodeunit": "*"
  },
  "optionalDependencies": {
    "readable-stream": "~1.1.9"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "keywords": [
    "e-mail",
    "mime",
    "email",
    "mail",
    "easymailer",
    "ses",
    "smtp"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jirengu/easymailer.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jirengu/easymailer/issues"
  },
  "homepage": "https://github.com/jirengu/easymailer#readme"
}
