24 lines
674 B
JSON
24 lines
674 B
JSON
{
|
|
"name": "GTheme",
|
|
"description": "A mimimal Matomo theme",
|
|
"version": "0.0.2",
|
|
"theme": true,
|
|
"require": {
|
|
"piwik": ">=4.0.0-b1,<5.0.0-b1"
|
|
},
|
|
"stylesheet": "stylesheets/theme.less",
|
|
"javascript": "javascripts/theme.js",
|
|
"homepage": "https://gugulet.hu",
|
|
"license": "GPL v3+",
|
|
"keywords": ["custom", "minimal"],
|
|
"support": {
|
|
"issues": "https://github.com/gugulet-hu/matomo-g-theme/issues",
|
|
"source": "https://github.com/gugulet-hu/matomo-g-theme"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "g*",
|
|
"homepage": "https://gugulet.hu"
|
|
}
|
|
]
|
|
}
|