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