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: 71f81fb70dfdcc085eb33a2025e8eca7794a498c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "ExamplePlugin",
  "version": "0.1.0",
  "description": "Piwik Platform showcase: how to create widgets, menus, scheduled tasks, a custom archiver, plugin tests, and a AngularJS component.",
  "theme": false,
  "require": {
    "piwik": ">=PIWIK_VERSION"
  },
  "authors": [
    {
      "name": "Piwik",
      "email": "",
      "homepage": ""
    }
  ],
  "homepage": "",
  "license": "GPL v3+",
  "keywords": []
}