41 lines
895 B
JSON
Raw Normal View History

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 10:11:42 +01:00
"version": "0.0.2",
2021-02-18 15:13:30 +01:00
"author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
{
2021-02-18 18:31:12 +01:00
"script": "dist/videowatch-client-plugin.js",
"scopes": [
2021-02-18 18:31:12 +01:00
"video-watch"
]
}
],
"css": [
"assets/style.css"
],
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1",
"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",
2019-11-19 18:09:41 +01:00
"build": "webpack --mode=production"
},
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
}