Init.
This commit is contained in:
parent
fab139eace
commit
8635646b9d
977
package-lock.json
generated
977
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",
|
"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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user