gclient/package.json
2022-01-29 12:56:35 -08:00

25 lines
576 B
JSON

{
"name": "GClient",
"version": "1.0.0",
"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.1",
"ejs": "^3.1.6",
"express": "^4.17.2",
"guacamole-lite": "0.6.3",
"node-linux-pam": "0.2.1",
"socket.io": "^4.4.1"
}
}