@factor/plugin-email-list
Version:
Plugin to collect email addresses for invite list, launch list or newsletter.
52 lines (51 loc) • 1.16 kB
JSON
{
"name": "@factor/plugin-email-list",
"description": "Plugin to collect email addresses for invite list, launch list or newsletter.",
"version": "1.8.28",
"license": "MIT",
"author": {
"name": "Fiction",
"email": "factor@fiction.com",
"url": "https://www.fiction.com"
},
"publishConfig": {
"access": "public"
},
"factor": {
"_id": "emailList",
"load": {
"app": "index",
"server": [
"server",
"index"
]
},
"extend": "plugin",
"title": "Email List",
"permalink": "email-list-factor-plugin",
"category": [
"forms"
],
"themeColor": "#814AE6"
},
"repository": {
"type": "git",
"url": "https://github.com/fiction-com/factor/tree/development/@plugins/plugin-email-list"
},
"bugs": {
"url": "https://github.com/fiction-com/factor/issues"
},
"homepage": "https://factor.dev/plugin/email-list-factor-plugin",
"dependencies": {
"export-to-csv": "^0.2.1"
},
"gitHead": "4ad4dc36e4218fcc78a3a9422d78059079cc3ac3",
"keywords": [
"factor",
"factor-plugin",
"email",
"subscription",
"form",
"marketing"
]
}