-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.04 KB
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
48
49
50
{
"name": "node-multi-mailer",
"version": "2.0.1",
"description": "A simple node.js module which expose high level API of Nodemailer and SendGrid.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha test/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shiv-source/node-multi-mailer.git"
},
"keywords": [
"node-multi-mailer",
"multiMailer",
"email",
"sendgrid",
"nodemailer",
"email",
"template",
"email",
"ejs",
"html",
"email"
],
"author": {
"name": "Shiv Kumar",
"email": "developer.shiv2020@gmail.com",
"url": "https://shivkumar.me/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/shiv-source/node-multi-mailer/issues"
},
"homepage": "https://github.com/shiv-source/node-multi-mailer#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.6",
"ejs": "^3.1.6"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.3"
}
}