Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plugin.json « ExamplePlugin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3b8257e4d93df14e943058b34679f866b938dd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
 "name": "ExamplePlugin",
 "version": "0.1.0",
 "description": "ExampleDescription",
 "theme": false,
 "require": {
    "piwik": ">=PIWIK_VERSION"
 },
 "authors": [
     {
         "name": "Piwik",
         "email": "",
         "homepage": ""
     }
 ]
}