sendgrid-mail
Version:
The easiest way to send mail with sendgrid.
49 lines (48 loc) • 988 B
JSON
{
"name": "sendgrid-mail",
"version": "0.0.3",
"description": "The easiest way to send mail with sendgrid.",
"main": "./index.js",
"bin": {
"sendgrid-mail": "./index.js"
},
"scripts": {
"test": "standard --env mocha && NODE_ENV=test mocha --recursive",
"start": "node ./index.js"
},
"man": [
"./man/doc.1"
],
"repository": {
"type": "git",
"url": "git://github.com/huned/nodejs-sendgrid-mail.git"
},
"keywords": [
"node.js",
"sendgrid",
"mail",
"email",
"sendmail"
],
"author": "Huned Botee <huned@hunedbotee.com> (https://hunedbotee.com)",
"license": "MIT",
"devDependencies": {
"colors": "^1.4.0",
"mocha": "^7.1.2",
"sinon": "^9.0.2",
"standard": "^14.3.4"
},
"dependencies": {
"bent": "^7.3.7",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"get-stdin": "^8.0.0",
"lodash": "^4.17.20",
"meow": "^7.0.1"
},
"standard": {
"env": {
"mocha": true
}
}
}