peertube-theme-nctv-dark/peertube-plugin-matomo/package.json

26 lines
622 B
JSON
Raw Normal View History

2019-07-26 07:43:20 +00:00
{
"name": "peertube-plugin-matomo",
2019-07-26 12:45:53 +00:00
"version": "0.0.2",
2019-07-26 07:43:20 +00:00
"description": "Hello world PeerTube plugin example",
"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 12:45:53 +00:00
],
"translations": {}
2019-07-26 07:43:20 +00:00
}