mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 08:43:28 +00:00
51 lines
1005 B
JSON
51 lines
1005 B
JSON
{
|
|
"name": "strapi-provider-email-sendgrid",
|
|
"version": "3.0.0-beta.14",
|
|
"description": "Sendgrid provider for strapi email",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"email",
|
|
"strapi",
|
|
"sendgrid"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"@sendgrid/mail": "6.4.0",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"strapi": {
|
|
"isProvider": true
|
|
},
|
|
"author": {
|
|
"email": "hi@strapi.io",
|
|
"name": "Strapi team",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/strapi/strapi/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|