1
0
Fork 0
mirror of https://github.com/Findus23/AlternativeSparklines.git synced 2024-09-19 15:23:46 +02:00
AlternativeSparklines/plugin.json
2017-11-24 12:58:33 +01:00

30 lines
No EOL
844 B
JSON

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