Alexandre Bodin 283a0db1ed Upgrade rimraf
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-31 16:56:50 +01:00

47 lines
1.0 KiB
JSON

{
"name": "strapi-plugin-email",
"version": "3.0.0-beta.18.7",
"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.18.7",
"strapi-utils": "3.0.0-beta.18.7"
},
"devDependencies": {
"react-copy-to-clipboard": "5.0.1",
"rimraf": "3.0.0",
"strapi-helper-plugin": "3.0.0-beta.18.7"
},
"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"
}