2019-07-16 16:39:36 +02:00
|
|
|
{
|
2021-02-18 15:13:30 +01:00
|
|
|
"name": "peertube-plugin-livechat",
|
|
|
|
"description": "PeerTube plugin livechat",
|
2021-02-19 19:57:42 +01:00
|
|
|
"version": "0.0.5",
|
2021-02-18 15:13:30 +01:00
|
|
|
"author": "John Livingston",
|
|
|
|
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
|
2019-11-19 17:08:04 +01:00
|
|
|
"clientScripts": [
|
|
|
|
{
|
2021-02-18 18:31:12 +01:00
|
|
|
"script": "dist/videowatch-client-plugin.js",
|
2019-11-19 17:08:04 +01:00
|
|
|
"scopes": [
|
2021-02-18 18:31:12 +01:00
|
|
|
"video-watch"
|
2019-11-19 17:08:04 +01:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"assets/style.css"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@purtuga/esm-webpack-plugin": "^1.1.1",
|
2021-02-20 11:55:00 +01:00
|
|
|
"eslint": "^7.20.0",
|
|
|
|
"eslint-config-standard": "^16.0.2",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.3.1",
|
2019-11-19 17:08:04 +01:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
"webpack-cli": "^3.3.10"
|
|
|
|
},
|
2019-07-16 16:39:36 +02:00
|
|
|
"engine": {
|
2021-02-18 15:13:30 +01:00
|
|
|
"peertube": ">=3.0.1"
|
2019-07-16 16:39:36 +02:00
|
|
|
},
|
2021-02-18 15:13:30 +01:00
|
|
|
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
2019-07-16 16:39:36 +02:00
|
|
|
"keywords": [
|
|
|
|
"peertube",
|
|
|
|
"plugin"
|
|
|
|
],
|
|
|
|
"library": "./main.js",
|
2019-11-19 18:09:41 +01:00
|
|
|
"scripts": {
|
2020-01-28 12:43:33 +01:00
|
|
|
"prepare": "npm run build",
|
2021-02-20 11:55:00 +01:00
|
|
|
"build": "webpack --mode=production",
|
|
|
|
"lint": "npx eslint --ext .js ."
|
2019-11-19 18:09:41 +01:00
|
|
|
},
|
2021-02-18 15:13:30 +01:00
|
|
|
"staticDirs": {},
|
2019-07-26 14:48:18 +02:00
|
|
|
"translations": {
|
|
|
|
"fr-FR": "./languages/fr.json"
|
|
|
|
}
|
2019-07-16 16:39:36 +02:00
|
|
|
}
|