@house-agency/brewmail
Version:
The Brewery Mailer Service
38 lines (37 loc) • 820 B
JSON
{
"name": "@house-agency/brewmail",
"version": "0.2.7",
"description": "The Brewery Mailer Service",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/thebrewery/brewmail.git"
},
"keywords": [
"thebrewery",
"mail",
"smtp"
],
"author": "spurge",
"license": "MIT",
"homepage": "https://bitbucket.org/thebrewery/brewmail#readme",
"dependencies": {
"lodash": "^4.12.0",
"nodemailer": "^2.4.1",
"nodemailer-smtp-transport": "^2.5.0",
"pug": "^2.0.0-alpha7",
"q": "^1.4.1"
},
"devDependencies": {
"@house-agency/brewstore": "^0.4.7",
"@house-agency/brewtils": "^0.5.5",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}