{
  "name": "nodemailer-any-promise",
  "version": "0.0.1",
  "description": "Easy as cake e-mail sending from your Node.js applications with any promise",
  "main": "lib/nodemailer.js",
  "homepage": "https://nodemailer.com/",
  "scripts": {
    "test": "grunt mochaTest"
  },
  "repository": {
    "type": "git",
    "url": "https://nodemailer.com/"
  },
  "keywords": [
    "e-mail",
    "mime",
    "email",
    "mail",
    "sendmail",
    "ses",
    "smtp",
    "any-promise"
  ],
  "author": [
    "Andris Reinman",
    "Haoliang Yu"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haoliangyu/nodemailer-any-promise/issues"
  },
  "dependencies": {
    "any-promise": "^1.3.0",
    "libmime": "2.1.0",
    "mailcomposer": "3.12.0",
    "nodemailer-direct-transport": "3.3.2",
    "nodemailer-shared": "1.1.0",
    "nodemailer-smtp-pool": "2.8.2",
    "nodemailer-smtp-transport": "2.7.2",
    "socks": "1.1.9"
  },
  "devDependencies": {
    "amqp": "^0.2.6",
    "chai": "^3.5.0",
    "email-templates": "^2.4.1",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "^0.12.7",
    "handlebars": "^4.0.5",
    "mocha": "^3.0.2",
    "nodemailer-dkim": "^1.0.4",
    "nodemailer-markdown": "^1.0.0",
    "nodemailer-stub-transport": "^1.1.0",
    "proxy-test-server": "^1.0.0",
    "sinon": "^1.17.5",
    "smtp-server": "^1.14.2",
    "swig-email-templates": "^3.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
