gclient/package.json
2021-09-25 11:15:49 -07:00

22 lines
488 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"
}
}