-
Notifications
You must be signed in to change notification settings - Fork 780
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1011 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1011 Bytes
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
{
"name": "@sendgrid/inbound-mail-parser",
"description": "Twilio SendGrid NodeJS inbound mail parser",
"version": "7.7.0",
"author": "Twilio SendGrid <[email protected]> (sendgrid.com)",
"contributors": [
"Kyle Partridge <[email protected]>",
"David Tomberlin <[email protected]>",
"Swift <[email protected]>",
"Brandon West <[email protected]>",
"Scott Motte <[email protected]>",
"Robert Acosta <[email protected]>",
"Elmer Thomas <[email protected]>"
],
"license": "MIT",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
"url": "git://github.com/sendgrid/sendgrid-nodejs.git"
},
"publishConfig": {
"access": "public"
},
"main": "src/parser.js",
"engines": {
"node": "6.* || 8.* || >=10.*"
},
"dependencies": {
"@sendgrid/helpers": "^7.7.0",
"html-to-text": "^6.0.0",
"mailparser": "^3.6.5",
"nodemailer": "^6.6.1"
},
"tags": [
"sendgrid"
]
}