1
0
Fork 0
mirror of https://github.com/Findus23/AlternativeSparklines.git synced 2024-09-19 15:23:46 +02:00
AlternativeSparklines/plugin.json
2018-06-19 20:31:54 +02:00

26 lines
770 B
JSON

{
"name": "AlternativeSparklines",
"description": "a minimalistic alternative to the default sparkline style",
"version": "0.1.1",
"theme": true,
"require": {
"piwik": ">=3.6.0-b1,<4.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "https://lw1.at",
"license": "GPL v3+",
"keywords": ["theme", "sparkline", "modern"],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/AlternativeSparklines/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/AlternativeSparklines"
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
}
]
}