File size: 619 Bytes
bd39fdf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"name": "ExampleTheme",
"description": "Matomo Platform showcase: example of how to create a simple Theme.",
"version": "0.1.0",
"theme": true,
"require": {
"matomo": ">=5.0.0-b1,<6.0.0-b1"
},
"stylesheet": "stylesheets/theme.less",
"homepage": "",
"license": "GPL v3+",
"keywords": [],
"support": {
"email": "",
"issues": "",
"forum": "",
"irc": "",
"source": "",
"docs": "",
"wiki": "",
"rss": ""
},
"authors": [
{
"name": "",
"email": "",
"homepage": ""
}
]
} |