| { | |
| "name": "ExamplePlugin", | |
| "description": "Matomo Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, and plugin tests.", | |
| "version": "0.1.0", | |
| "theme": false, | |
| "require": { | |
| "matomo": ">=5.0.0-b1,<6.0.0-b1" | |
| }, | |
| "authors": [ | |
| { | |
| "name": "Matomo", | |
| "email": "", | |
| "homepage": "" | |
| } | |
| ], | |
| "support": { | |
| "email": "", | |
| "issues": "", | |
| "forum": "", | |
| "irc": "", | |
| "wiki": "", | |
| "source": "", | |
| "docs": "", | |
| "rss": "" | |
| }, | |
| "homepage": "", | |
| "license": "GPL v3+", | |
| "keywords": [] | |
| } | |