UNPKG

nodemailer

Version:

Easy as cake e-mail sending from your Node.js applications

59 lines (58 loc) 1.38 kB
{ "name": "nodemailer", "version": "2.3.2", "description": "Easy as cake e-mail sending from your Node.js applications", "main": "lib/nodemailer.js", "scripts": { "test": "grunt" }, "repository": { "type": "git", "url": "git://github.com/nodemailer/nodemailer.git" }, "keywords": [ "e-mail", "mime", "email", "mail", "sendmail", "ses", "smtp" ], "author": "Andris Reinman", "license": "MIT", "bugs": { "url": "https://github.com/nodemailer/nodemailer/issues" }, "homepage": "http://nodemailer.com/", "dependencies": { "libmime": "2.0.3", "mailcomposer": "3.7.0", "nodemailer-direct-transport": "3.0.7", "nodemailer-shared": "1.0.4", "nodemailer-smtp-pool": "2.5.2", "nodemailer-smtp-transport": "2.4.2", "socks": "1.1.9" }, "devDependencies": { "amqp": "^0.2.4", "chai": "^3.5.0", "email-templates": "^2.3.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-eslint": "^18.0.0", "grunt-mocha-test": "^0.12.7", "handlebars": "^4.0.5", "mocha": "^2.4.5", "nodemailer-dkim": "^1.0.4", "nodemailer-markdown": "^1.0.0", "nodemailer-stub-transport": "^1.0.0", "proxy-test-server": "^1.0.0", "sinon": "^1.17.3", "smtp-server": "^1.9.0", "swig-email-templates": "^2.0.0" }, "engines": { "node": ">=0.10.0" } }