mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 20:58:16 +00:00
44 lines
841 B
JSON
44 lines
841 B
JSON
{
|
|
"name": "strapi-email-sendmail",
|
|
"version": "3.0.0-alpha.12.7.1",
|
|
"description": "Sendmail provider for strapi email",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"email",
|
|
"strapi"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"sendmail": "^1.2.0"
|
|
},
|
|
"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": ">= 9.0.0",
|
|
"npm": ">= 5.3.0"
|
|
},
|
|
"license": "MIT"
|
|
} |