nodemailer-sendinblue
Version:
Nodemailer Transport Module for Sendinblue
34 lines • 879 B
JSON
{
"name": "nodemailer-sendinblue",
"version": "1.2.3",
"description": "Nodemailer Transport Module for Sendinblue",
"main": "lib/nodemailer-sendinblue.js",
"scripts": {
"test": "mocha",
"prepublish": "jscs . && jshint lib/nodemailer-sendinblue.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuachinemezu/nodemailer-sendinblue.git"
},
"keywords": [
"nodemailer",
"sendinblue"
],
"author": "Joshua Chinemezu",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuachinemezu/nodemailer-sendinblue/issues"
},
"homepage": "https://github.com/joshuachinemezu/nodemailer-sendinblue#readme",
"devDependencies": {
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"mocha": "^3.2.0",
"nodemailer": "^2.6.4"
},
"dependencies": {
"addressparser": "^1.0.1",
"promise": "^7.1.1"
}
}