48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"author": "Gui Lin <guileen@gmail.com>",
|
|
"name": "sendmail",
|
|
"description": "Sendmail without setting up SMTP server",
|
|
"version": "1.6.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/guileen/node-sendmail.git"
|
|
},
|
|
"main": "./sendmail",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"dkim-signer": "0.2.2",
|
|
"mailcomposer": "3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"ical-toolkit": "^1.0.9",
|
|
"standard": "latest"
|
|
},
|
|
"contributors": [
|
|
"Gui Lin <guileen@gmail.com>",
|
|
"Green Pioneer <info@greenpioneersolutions.com>"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run lint",
|
|
"lint": "node_modules/.bin/standard",
|
|
"lint:fix": "node_modules/.bin/standard --fix"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"email sender",
|
|
"send mail",
|
|
"sendmail",
|
|
"node sendmail",
|
|
"no smtp",
|
|
"without server",
|
|
"without smtp server",
|
|
"dev mode",
|
|
"dkim sign mail"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/guileen/node-sendmail/issues"
|
|
},
|
|
"homepage": "https://github.com/guileen/node-sendmail"
|
|
}
|