{ "name": "peertube-plugin-interhack", "version": "0.1", "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" ] } ] }