@adamvr/nodemailer-mandrill-transport
Version:
Mandrill transport for Nodemailer
37 lines (36 loc) • 968 B
JSON
{
"name": "@adamvr/nodemailer-mandrill-transport",
"version": "1.3.1",
"description": "Mandrill transport for Nodemailer",
"main": "index.js",
"scripts": {
"test": "istanbul test _mocha -- --recursive",
"coveralls": "istanbul cover _mocha --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git@github.com:RebelMail/nodemailer-mandrill-transport.git"
},
"keywords": [
"nodemailer",
"mandrill"
],
"author": "Rebelmail",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rebelmail/nodemailer-mandrill-transport/issues"
},
"homepage": "https://github.com/Rebelmail/nodemailer-mandrill-transport",
"dependencies": {
"addressparser": "^1.0.1",
"extend": "^3.0.0",
"mandrill-api": "^1.0.45"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",
"mocha": "^3.0.2",
"sinon": "^1.17.5"
}
}