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

30 lines
844 B
JSON
Raw Normal View History

2017-11-24 12:58:33 +01:00
{
"name": "AlternativeSparklines",
"description": "a minimalistic alternative to the default sparkline style",
"version": "0.1.0",
"theme": true,
"require": {
2018-01-15 20:36:45 +01:00
"piwik": ">=3.5.0,<4.0.0-b1"
2017-11-24 12:58:33 +01:00
},
"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"
}
]
}