xmail
Version:
A small library providing utility method to send email
31 lines (30 loc) • 683 B
JSON
{
"name": "xmail",
"version": "0.2.2",
"description": "A small library providing utility method to send email",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"simple send mail",
"send email",
"mailjs"
],
"repository": {
"type": "git",
"url": "git@github.com:belmer/xmail.git"
},
"author": "Belmer <dna.belmer@gmail.com> (http://www.drumbi.com/)",
"license": "BSD-2-Clause",
"bugs": "https://github.com/belmer/xmail/issues",
"homepage": "https://github.com/belmer/xmail",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.18.2"
},
"dependencies": {
"emailjs": "*",
"nconf": "*"
}
}