{
  "_args": [
    [
      "nodemailer@2.7.2",
      "/var/www/html/postleaf"
    ]
  ],
  "_from": "nodemailer@2.7.2",
  "_id": "nodemailer@2.7.2",
  "_inBundle": false,
  "_integrity": "sha1-8kLmSa7q45tsftdA73sGHEBNMPk=",
  "_location": "/nodemailer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nodemailer@2.7.2",
    "name": "nodemailer",
    "escapedName": "nodemailer",
    "rawSpec": "2.7.2",
    "saveSpec": null,
    "fetchSpec": "2.7.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-2.7.2.tgz",
  "_spec": "2.7.2",
  "_where": "/var/www/html/postleaf",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/nodemailer/issues"
  },
  "dependencies": {
    "libmime": "3.0.0",
    "mailcomposer": "4.0.1",
    "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"
  },
  "description": "Easy as cake e-mail sending from your Node.js applications",
  "devDependencies": {
    "amqp": "^0.2.6",
    "chai": "^3.5.0",
    "email-templates": "^2.5.4",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "^0.13.2",
    "handlebars": "^4.0.6",
    "mocha": "^3.2.0",
    "nodemailer-dkim": "^1.0.4",
    "nodemailer-markdown": "^1.0.1",
    "nodemailer-stub-transport": "^1.1.0",
    "proxy-test-server": "^1.0.0",
    "sinon": "^1.17.6",
    "smtp-server": "^1.16.1",
    "swig-email-templates": "^4.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://nodemailer.com/",
  "keywords": [
    "e-mail",
    "mime",
    "email",
    "mail",
    "sendmail",
    "ses",
    "smtp"
  ],
  "license": "MIT",
  "main": "lib/nodemailer.js",
  "name": "nodemailer",
  "repository": {
    "type": "git",
    "url": "https://nodemailer.com/"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "version": "2.7.2"
}
