2014-06-23 19:39:50 -04:00
|
|
|
{
|
2017-10-04 14:58:58 -04:00
|
|
|
"name": "@novnc/novnc",
|
2025-02-14 10:47:44 +01:00
|
|
|
"version": "1.6.0-beta",
|
2014-06-23 19:39:50 -04:00
|
|
|
"description": "An HTML5 VNC client",
|
2018-12-13 10:44:52 +01:00
|
|
|
"browser": "lib/rfb",
|
2014-06-23 19:39:50 -04:00
|
|
|
"directories": {
|
2018-12-13 10:43:34 +01:00
|
|
|
"lib": "lib",
|
2014-06-23 19:39:50 -04:00
|
|
|
"doc": "docs",
|
|
|
|
|
"test": "tests"
|
|
|
|
|
},
|
2018-12-13 10:43:34 +01:00
|
|
|
"files": [
|
|
|
|
|
"lib",
|
|
|
|
|
"AUTHORS",
|
|
|
|
|
"VERSION",
|
|
|
|
|
"docs/API.md",
|
|
|
|
|
"docs/LIBRARY.md",
|
2024-01-17 16:19:16 +01:00
|
|
|
"docs/LICENSE*"
|
2018-12-13 10:43:34 +01:00
|
|
|
],
|
2014-06-23 19:39:50 -04:00
|
|
|
"scripts": {
|
2019-08-15 15:53:10 +02:00
|
|
|
"lint": "eslint app core po/po2js po/xgettext-html tests utils",
|
2018-05-24 00:25:44 +03:00
|
|
|
"test": "karma start karma.conf.js",
|
2021-11-30 11:32:23 +01:00
|
|
|
"prepublish": "node ./utils/convert.js --clean"
|
2014-06-23 19:39:50 -04:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2017-10-04 14:58:58 -04:00
|
|
|
"url": "git+https://github.com/novnc/noVNC.git"
|
2014-06-23 19:39:50 -04:00
|
|
|
},
|
|
|
|
|
"author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
|
|
|
|
|
"contributors": [
|
2017-04-19 15:34:16 +02:00
|
|
|
"Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
|
|
|
|
|
"Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
|
2014-06-23 19:39:50 -04:00
|
|
|
],
|
2017-05-08 09:46:38 +02:00
|
|
|
"license": "MPL-2.0",
|
2014-06-23 19:39:50 -04:00
|
|
|
"bugs": {
|
2017-04-19 15:33:42 +02:00
|
|
|
"url": "https://github.com/novnc/noVNC/issues"
|
2014-06-23 19:39:50 -04:00
|
|
|
},
|
2017-04-19 15:33:42 +02:00
|
|
|
"homepage": "https://github.com/novnc/noVNC",
|
2014-06-23 19:39:50 -04:00
|
|
|
"devDependencies": {
|
2022-11-07 17:05:05 +01:00
|
|
|
"@babel/core": "latest",
|
|
|
|
|
"@babel/preset-env": "latest",
|
|
|
|
|
"babel-plugin-import-redirect": "latest",
|
|
|
|
|
"browserify": "latest",
|
|
|
|
|
"chai": "latest",
|
|
|
|
|
"commander": "latest",
|
|
|
|
|
"eslint": "latest",
|
|
|
|
|
"fs-extra": "latest",
|
2024-04-22 08:49:30 +02:00
|
|
|
"globals": "latest",
|
2022-11-07 17:05:05 +01:00
|
|
|
"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",
|
2024-12-17 17:13:30 +01:00
|
|
|
"pofile": "latest",
|
2022-11-07 17:05:05 +01:00
|
|
|
"sinon": "latest",
|
|
|
|
|
"sinon-chai": "latest"
|
2017-10-04 14:58:58 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"vnc",
|
|
|
|
|
"rfb",
|
|
|
|
|
"novnc",
|
|
|
|
|
"websockify"
|
|
|
|
|
]
|
2014-06-23 19:39:50 -04:00
|
|
|
}
|