mirror of
https://github.com/linuxserver/gclient.git
synced 2026-02-20 02:54:19 +08:00
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "GClient",
|
|
"version": "0.1.1",
|
|
"description": "LinuxServer Guacamole Client",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/linuxserver/gclient.git"
|
|
},
|
|
"author": "thelamer",
|
|
"license": "GPLV3",
|
|
"homepage": "https://www.linuxserver.io/",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cloudcmd": "^15.9.6",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.1",
|
|
"guacamole-lite": "^0.6.3",
|
|
"node-linux-pam": "0.1.0"
|
|
}
|
|
}
|