-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
30 lines (30 loc) · 949 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": "CrazyEggWidgetByAmperage",
"version": "5.0.1",
"description": "Show Crazy Egg snapshots for the current site as a dashboard widget.",
"theme": false,
"keywords": ["amperage", "crazy egg", "crazyegg", "widget", "heatmap", "heat map", "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-Crazy-Egg-Widget/issues",
"wiki": "https://github.com/AMPERAGE-Marketing/Matomo-Crazy-Egg-Widget/wiki",
"source": "https://github.com/AMPERAGE-Marketing/Matomo-Crazy-Egg-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"
}
]
}