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