Init.
This commit is contained in:
parent
fab139eace
commit
8635646b9d
979
package-lock.json
generated
979
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user