2019-07-26 09:43:20 +02:00
|
|
|
{
|
|
|
|
"name": "peertube-plugin-matomo",
|
2019-08-23 11:09:25 +02:00
|
|
|
"version": "0.0.3",
|
2019-07-30 09:49:40 +02:00
|
|
|
"description": "Matomo plugin that tracks page views on a PeerTube instance.",
|
2019-07-26 09:43:20 +02:00
|
|
|
"engine": {
|
|
|
|
"peertube": ">=1.3.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"peertube",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-matomo",
|
|
|
|
"author": "Chocobozzz",
|
|
|
|
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
|
|
|
|
"library": "./main.js",
|
|
|
|
"staticDirs": {},
|
|
|
|
"css": [],
|
|
|
|
"clientScripts": [
|
|
|
|
{
|
|
|
|
"script": "client/common-client-plugin.js",
|
|
|
|
"scopes": [ "common" ]
|
|
|
|
}
|
2019-07-26 14:45:53 +02:00
|
|
|
],
|
|
|
|
"translations": {}
|
2019-07-26 09:43:20 +02:00
|
|
|
}
|