diff --git a/client/public/vnc/defaults.json b/client/public/vnc/defaults.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/client/public/vnc/defaults.json @@ -0,0 +1 @@ +{} diff --git a/client/public/vnc/mandatory.json b/client/public/vnc/mandatory.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/client/public/vnc/mandatory.json @@ -0,0 +1 @@ +{} diff --git a/client/public/vnc/package.json b/client/public/vnc/package.json new file mode 100644 index 0000000..270d389 --- /dev/null +++ b/client/public/vnc/package.json @@ -0,0 +1,67 @@ +{ + "name": "@novnc/novnc", + "version": "1.7.0", + "description": "An HTML5 VNC client", + "type": "module", + "files": [ + "core", + "vendor", + "AUTHORS", + "VERSION", + "docs/API.md", + "docs/LIBRARY.md", + "docs/LICENSE*" + ], + "exports": "./core/rfb.js", + "scripts": { + "lint": "eslint app core po/po2js po/xgettext-html tests utils", + "test": "karma start karma.conf.cjs" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/novnc/noVNC.git" + }, + "author": "Joel Martin (https://github.com/kanaka)", + "contributors": [ + "Samuel Mannehed (https://github.com/samhed)", + "Pierre Ossman (https://github.com/CendioOssman)" + ], + "license": "MPL-2.0", + "bugs": { + "url": "https://github.com/novnc/noVNC/issues" + }, + "homepage": "https://github.com/novnc/noVNC", + "devDependencies": { + "@babel/core": "latest", + "@babel/preset-env": "latest", + "babel-plugin-import-redirect": "latest", + "browserify": "latest", + "chai": "latest", + "commander": "latest", + "eslint": "latest", + "@eslint/js": "latest", + "fs-extra": "latest", + "globals": "latest", + "jsdom": "latest", + "karma": "latest", + "karma-mocha": "latest", + "karma-chrome-launcher": "latest", + "@chiragrupani/karma-chromium-edge-launcher": "latest", + "karma-firefox-launcher": "latest", + "karma-ie-launcher": "latest", + "karma-mocha-reporter": "latest", + "karma-safari-launcher": "latest", + "karma-script-launcher": "latest", + "mocha": "latest", + "pofile": "latest", + "sinon": "latest", + "sinon-chai": "latest" + }, + "dependencies": {}, + "keywords": [ + "vnc", + "rfb", + "novnc", + "websockify" + ] +}