JavaScript 65.5%
Python 17.8%
CSS 13%
HTML 3.7%
1{2 "name": "@novnc/novnc",3 "version": "1.6.0",4 "description": "An HTML5 VNC client",5 "browser": "lib/rfb",6 "directories": {7 "lib": "lib",8 "doc": "docs",9 "test": "tests"10 },11 "files": [12 "lib",13 "AUTHORS",14 "VERSION",15 "docs/API.md",16 "docs/LIBRARY.md",17 "docs/LICENSE*"18 ],19 "scripts": {20 "lint": "eslint app core po/po2js po/xgettext-html tests utils",21 "test": "karma start karma.conf.js",22 "prepublish": "node ./utils/convert.js --clean"23 },24 "repository": {25 "type": "git",26 "url": "git+https://github.com/novnc/noVNC.git"27 },28 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",29 "contributors": [30 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",31 "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"32 ],33 "license": "MPL-2.0",34 "bugs": {35 "url": "https://github.com/novnc/noVNC/issues"36 },37 "homepage": "https://github.com/novnc/noVNC",38 "devDependencies": {39 "@babel/core": "latest",40 "@babel/preset-env": "latest",41 "babel-plugin-import-redirect": "latest",42 "browserify": "latest",43 "chai": "latest",44 "commander": "latest",45 "eslint": "latest",46 "fs-extra": "latest",47 "globals": "latest",48 "jsdom": "latest",49 "karma": "latest",50 "karma-mocha": "latest",51 "karma-chrome-launcher": "latest",52 "@chiragrupani/karma-chromium-edge-launcher": "latest",53 "karma-firefox-launcher": "latest",54 "karma-ie-launcher": "latest",55 "karma-mocha-reporter": "latest",56 "karma-safari-launcher": "latest",57 "karma-script-launcher": "latest",58 "mocha": "latest",59 "pofile": "latest",60 "sinon": "latest",61 "sinon-chai": "latest"62 },63 "dependencies": {},64 "keywords": [65 "vnc",66 "rfb",67 "novnc",68 "websockify"69 ]70}71