{
  "name": "node4mailer",
  "version": "4.0.3",
  "description": "Send e-mail with Node.JS version 4",
  "main": "lib/nodemailer.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/edemaine/node4mailer.git"
  },
  "keywords": [
    "Nodemailer"
  ],
  "contributors": [
    "Andris Reinman",
    "Erik Demaine"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/edemaine/node4mailer/issues"
  },
  "homepage": "https://github.com/edemaine/node4mailer",
  "devDependencies": {
    "bunyan": "^1.8.10",
    "chai": "^3.5.0",
    "eslint-config-nodemailer": "^1.0.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-eslint": "^19.0.0",
    "grunt-mocha-test": "^0.13.2",
    "libbase64": "^0.1.0",
    "libmime": "^3.1.0",
    "libqp": "^1.1.0",
    "mocha": "^3.2.0",
    "proxy": "^0.2.4",
    "proxy-test-server": "^1.0.0",
    "sinon": "^2.1.0",
    "smtp-server-node4": "^3.0.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {}
}
