matomo-clickheat/plugin.json
YAMAMOTO Takashi 930b109ed1 Canged version
2015-04-19 14:41:01 +09:00

28 lines
980 B
JSON

{
"name": "ClickHeart",
"version": "0.0.1",
"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.12.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"
}
}