mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 04:03:25 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "strapi-plugin-email",
|
|
"version": "3.0.0-beta.19.5",
|
|
"description": "This is the description of the plugin.",
|
|
"strapi": {
|
|
"name": "Email",
|
|
"icon": "paper-plane",
|
|
"description": "email.plugin.description",
|
|
"required": true
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.11",
|
|
"strapi-provider-email-sendmail": "3.0.0-beta.19.5",
|
|
"strapi-utils": "3.0.0-beta.19.5"
|
|
},
|
|
"devDependencies": {
|
|
"react-copy-to-clipboard": "5.0.1",
|
|
"rimraf": "3.0.0",
|
|
"strapi-helper-plugin": "3.0.0-beta.19.5"
|
|
},
|
|
"author": {
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
|
|
}
|