-
Notifications
You must be signed in to change notification settings - Fork 779
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "@sendgrid/contact-importer",
"description": "Twilio SendGrid NodeJS contact importer",
"version": "8.1.4",
"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"
},
"main": "src/importer.js",
"engines": {
"node": ">=12.*"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sendgrid/client": "^8.1.4",
"async.ensureasync": "^0.5.2",
"async.queue": "^0.5.2",
"bottleneck": "^1.12.0",
"debug": "^4.0.1",
"lodash.chunk": "^4.2.0"
},
"tags": [
"sendgrid"
]
}