mirror of
https://github.com/linuxserver/gclient.git
synced 2026-02-20 02:54:19 +08:00
33 lines
784 B
JSON
33 lines
784 B
JSON
{
|
|
"name": "GClient",
|
|
"version": "0.1.1",
|
|
"description": "LinuxServer Guacamole Client",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "jest --coverage --detectOpenHandles",
|
|
"lint": "eslint *.js lib/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/linuxserver/gclient.git"
|
|
},
|
|
"author": "thelamer",
|
|
"license": "GPLV3",
|
|
"homepage": "https://www.linuxserver.io/",
|
|
"dependencies": {
|
|
"cloudcmd": "^15.9.6",
|
|
"ejs": "^3.1.6",
|
|
"express": "^4.17.1",
|
|
"guacamole-lite": "^0.6.3",
|
|
"node-linux-pam": "0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"jest": "^27.1.0",
|
|
"jsdom": "^17.0.0",
|
|
"supertest": "^6.1.6"
|
|
}
|
|
}
|