matomo-clickheat/plugin.json
2015-04-23 10:39:16 +09:00

29 lines
1,022 B
JSON

{
"name": "ClickHeart",
"homepage": "http://piwikjapan.org",
"version": "0.1.0",
"description": "ClickHeat is a visual heatmap of clicks on a HTML page, showing hot and cold click zones. This plugin based on <a href=\"https://github.com/dugwood/clickheat\">Dugwood's ClickHeat version 1.14</a>. It is an OpenSource software, released under GPL licence, and free of charge.",
"theme": false,
"keywords": ["clickheat", "heatmap", "dugwood", "piwikjapan", "yamachan"],
"require": {
"piwik": ">=2.11.1"
},
"license": "GPLv3 or later",
"authors": [
{
"name": "Dugwood",
"email": "",
"homepage": "http://www.dugwood.com/clickheat/index.html"
},
{
"name": "yamachan (a member of PiwikJapan)",
"email": "yamachan@piwikjapan.org",
"homepage": "http://www.piwikjapan.org/"
}
],
"support": {
"email": "yamachan@piwikjapan.org",
"irc": "@PiwikJapan"
}
}