nodemailer-shared
Version:
Shared methods for the nodemailer stack
37 lines (36 loc) • 827 B
JSON
{
"name": "nodemailer-shared",
"version": "2.0.0",
"description": "Shared methods for the nodemailer stack",
"main": "lib/shared.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer-shared.git"
},
"keywords": [
"nodemailer"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer-shared/issues"
},
"homepage": "https://github.com/nodemailer/nodemailer-shared#readme",
"dependencies": {
"nodemailer-fetch": "2.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.1.0"
}
}