mirror of
https://github.com/linuxserver/kclient.git
synced 2026-01-09 07:21:47 +08:00
33 lines
771 B
JSON
33 lines
771 B
JSON
{
|
|
"name": "kclient",
|
|
"version": "0.4.1",
|
|
"description": "Kclient is a wrapper for KasmVNC to add functionality to a containerized environment",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.2",
|
|
"pulseaudio2": "^0.5.5",
|
|
"socket.io": "^4.6.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/linuxserver/kclient.git"
|
|
},
|
|
"keywords": [
|
|
"VNC",
|
|
"Webtop",
|
|
"VDI",
|
|
"Docker"
|
|
],
|
|
"author": "thelamer",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/linuxserver/kclient/issues"
|
|
},
|
|
"homepage": "https://github.com/linuxserver/kclient#readme"
|
|
}
|