mirror of
https://github.com/linuxserver/gclient.git
synced 2026-02-20 02:54:19 +08:00
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "GClient",
|
|
"version": "0.0.2",
|
|
"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": {
|
|
"ejs": "^2.7.1",
|
|
"express": "^4.17.1",
|
|
"guacamole-lite": "^0.6.3"
|
|
}
|
|
}
|