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: 9f8e7a09bf38f0789adb4db2135d28c1a1d2ce5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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": ""
    }
  ]
}