guacamole-lite
Version:
Library to create servers compatible with the Guacamole protocol. Guacamole is a web client for RDP/VNC/SSH/Telnet
45 lines (44 loc) • 921 B
JSON
{
"name": "guacamole-lite",
"description": "Library to create servers compatible with the Guacamole protocol. Guacamole is a web client for RDP/VNC/SSH/Telnet",
"version": "1.0.2",
"keywords": [
"guacamole",
"guacamole-client",
"guacamole-common-js",
"rdp",
"vnc",
"ssh",
"telnet",
"remote desktop"
],
"maintainers": [
{
"name": "Vadim Pronin",
"email": "git@pronin.com"
}
],
"dependencies": {
"deep-extend": "^0.6.0",
"ws": "^8.15.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
"engines": {
"node": ">=10.0.0"
},
"bugs": {
"url": "https://github.com/vadimpronin/guacamole-lite/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vadimpronin/guacamole-lite.git"
},
"license": "Apache-2.0",
"scripts": {
"test": "jest"
}
}