| { | |
| "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": "" | |
| } | |
| ] | |
| } |