-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
47 lines (47 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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"
}