peertube-plugin-interhack/package.json

31 lines
663 B
JSON
Raw Permalink Normal View History

2019-09-22 16:35:08 +00:00
{
2019-09-22 16:37:24 +00:00
"private": true,
"translations": {},
2019-09-22 16:35:08 +00:00
"name": "peertube-plugin-interhack",
2019-09-22 16:37:24 +00:00
"version": "0.1.0",
2019-09-22 16:35:08 +00:00
"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": [
2019-09-22 16:37:24 +00:00
"assets/style.css"
2019-09-22 16:35:08 +00:00
],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
]
}