-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplugin.json
More file actions
44 lines (44 loc) · 1.35 KB
/
plugin.json
File metadata and controls
44 lines (44 loc) · 1.35 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "ClickHeat",
"homepage": "https:\/\/github.com\/TrackMage\/MatomoClickHeatPlugin",
"version": "1.0",
"description": "ClickHeat 3 is a visual heatmap of clicks for Matomo / Piwik 3.x. This plugin based on Dugwood's ClickHeat version 1.14 and forked from Trung Tran's fork of PiwikJapan ClickHeat plugin.",
"keywords": [
"clickheat",
"heatmap",
"dugwood",
"piwikjapan",
"YAMAMOTO Takashi"
],
"require": {
"piwik": ">=3.0.1-stable,<4.0.0"
},
"license": "GPLv3 or later",
"authors": [
{
"name": "Dugwood",
"email": "",
"homepage": "http:\/\/www.dugwood.com\/clickheat\/index.html"
},
{
"name": "YAMAMOTO Takashi (PiwikJapan)",
"email": "yamachan@piwikjapan.org",
"homepage": "http:\/\/www.piwikjapan.org\/"
},
{
"name": "Trung Tran",
"email": "trungtran07@gmail.com",
"homepage": "https:\/\/github.com\/trungtnm"
},
{
"name": "Dmitrii Poddubnyi",
"email": "dpoddubny@gmail.com",
"homepage": "https:\/\/github.com\/karser"
}
],
"support": {
"email": "dpoddubny@gmail.com"
},
"stylesheet": "libs/styles/piwik.css",
"javascript": ["libs/js/admin.js"]
}