1 | {
|
2 | "author": "Gui Lin <guileen@gmail.com>",
|
3 | "name": "sendmail",
|
4 | "description": "Sendmail without setting up SMTP server",
|
5 | "version": "1.6.1",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "git://github.com/guileen/node-sendmail.git"
|
9 | },
|
10 | "main": "./sendmail",
|
11 | "engines": {
|
12 | "node": ">=6.0.0"
|
13 | },
|
14 | "dependencies": {
|
15 | "dkim-signer": "0.2.2",
|
16 | "mailcomposer": "3.12.0"
|
17 | },
|
18 | "devDependencies": {
|
19 | "ical-toolkit": "^1.0.9",
|
20 | "standard": "latest"
|
21 | },
|
22 | "contributors": [
|
23 | "Gui Lin <guileen@gmail.com>",
|
24 | "Green Pioneer <info@greenpioneersolutions.com>"
|
25 | ],
|
26 | "scripts": {
|
27 | "test": "npm run lint",
|
28 | "lint": "node_modules/.bin/standard",
|
29 | "lint:fix": "node_modules/.bin/standard --fix"
|
30 | },
|
31 | "license": "MIT",
|
32 | "keywords": [
|
33 | "email sender",
|
34 | "send mail",
|
35 | "sendmail",
|
36 | "node sendmail",
|
37 | "no smtp",
|
38 | "without server",
|
39 | "without smtp server",
|
40 | "dev mode",
|
41 | "dkim sign mail"
|
42 | ],
|
43 | "bugs": {
|
44 | "url": "https://github.com/guileen/node-sendmail/issues"
|
45 | },
|
46 | "homepage": "https://github.com/guileen/node-sendmail"
|
47 | }
|