peertube-plugin-interhack/package.json

31 lines
663 B
JSON

{
"private": true,
"translations": {},
"name": "peertube-plugin-interhack",
"version": "0.1.0",
"description": "Interhack PeerTube plugin",
"engine": {
"peertube": ">=1.3.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://git.interhacker.space/alban/peertube-plugin-interhack",
"author": "alban",
"bugs": "https://git.interhacker.space/alban/peertube-plugin-interhack/issues",
"library": "./main.js",
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style.css"
],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
]
}