37 lines
968 B
JSON
37 lines
968 B
JSON
{
|
|
"name": "@sendgrid/helpers",
|
|
"description": "Twilio SendGrid NodeJS internal helpers",
|
|
"version": "8.0.0",
|
|
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)",
|
|
"contributors": [
|
|
"Kyle Partridge <kyle.partridge@sendgrid.com>",
|
|
"David Tomberlin <david.tomberlin@sendgrid.com>",
|
|
"Swift <swift@sendgrid.com>",
|
|
"Brandon West <brandon.west@sendgrid.com>",
|
|
"Scott Motte <scott.motte@sendgrid.com>",
|
|
"Robert Acosta <robert.acosta@sendgrid.com>",
|
|
"Elmer Thomas <ethomas@twilio.com>",
|
|
"Adam Reis <adam@reis.nz>"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://sendgrid.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sendgrid/sendgrid-nodejs.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"tags": [
|
|
"sendgrid",
|
|
"helpers"
|
|
],
|
|
"dependencies": {
|
|
"deepmerge": "^4.2.2"
|
|
},
|
|
"gitHead": "b1c831ff33b848e09f9afc644426fd22615f51bd"
|
|
}
|