-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from matomo-org/category
Add plugin category
- Loading branch information
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
{ | ||
"name": "Bandwidth", | ||
"version": "5.0.1", | ||
"description": "Monitor Bandwidth for each page, download, and measure overall traffic in bytes. For requirements check out the description.", | ||
"theme": false, | ||
"keywords": ["bandwidth", "filesize", "size", "download"], | ||
"license": "GPL v3+", | ||
"homepage": "https://matomo.org", | ||
"require": { | ||
"name": "Bandwidth", | ||
"version": "5.0.1", | ||
"description": "Monitor Bandwidth for each page, download, and measure overall traffic in bytes. For requirements check out the description.", | ||
"theme": false, | ||
"keywords": ["bandwidth", "filesize", "size", "download"], | ||
"license": "GPL v3+", | ||
"homepage": "https://matomo.org", | ||
"require": { | ||
"matomo": ">=5.0.0-b4,<6.0.0-b1" | ||
}, | ||
}, | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/matomo-org/plugin-Bandwidth/issues", | ||
"forum": "https://forum.matomo.org", | ||
"source": "https://github.com/matomo-org/plugin-Bandwidth", | ||
"wiki": "https://github.com/matomo-org/plugin-Bandwidth/wiki" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Matomo", | ||
"email": "[email protected]", | ||
"homepage": "https://matomo.org" | ||
} | ||
] | ||
"authors": [ | ||
{ | ||
"name": "Matomo", | ||
"email": "[email protected]", | ||
"homepage": "https://matomo.org" | ||
} | ||
], | ||
"category": "development" | ||
} |