This commit is contained in:
John Livingston 2021-02-18 15:13:30 +01:00
parent fab139eace
commit 8635646b9d
2 changed files with 297 additions and 700 deletions

979
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
{
"name": "peertube-plugin-quickstart",
"description": "PeerTube plugin quickstart",
"version": "0.0.2",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart/issues",
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat",
"version": "0.0.1",
"author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
{
"script": "dist/common-client-plugin.js",
@ -21,9 +21,9 @@
"webpack-cli": "^3.3.10"
},
"engine": {
"peertube": ">=1.3.0"
"peertube": ">=3.0.1"
},
"homepage": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart",
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
"keywords": [
"peertube",
"plugin"
@ -33,9 +33,7 @@
"prepare": "npm run build",
"build": "webpack --mode=production"
},
"staticDirs": {
"images": "public/images"
},
"staticDirs": {},
"translations": {
"fr-FR": "./languages/fr.json"
}