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

977
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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