-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
30 lines (30 loc) · 939 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "FacebookPageWidgetByAmperage",
"description": "Show Facebook Page plugin as a configurable widget.",
"version": "5.0.1",
"theme": false,
"keywords": ["amperage", "facebook", "social", "widget", "facebook page", "dashboard"],
"license": "GPL v3+",
"homepage": "https://www.amperagemarketing.com",
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"support": {
"email": "kzeni1@gmail.com",
"issues": "https://github.com/AMPERAGE-Marketing/Matomo-Facebook-Page-Widget/issues",
"wiki": "https://github.com/AMPERAGE-Marketing/Matomo-Facebook-Page-Widget/wiki",
"source": "https://github.com/AMPERAGE-Marketing/Matomo-Facebook-Page-Widget"
},
"authors": [
{
"name": "Amperage Marketing & Fundraising",
"email": "digital@amperagemarketing.com",
"homepage": "http://www.amperagemarketing.com"
},
{
"name": "Kurt Zenisek",
"email": "kzeni1@gmail.com",
"homepage": "http://kzeni.com"
}
]
}