2014-06-23 19:39:50 -04:00
|
|
|
{
|
2017-10-04 14:58:58 -04:00
|
|
|
"name": "@novnc/novnc",
|
2021-10-22 10:40:13 +02:00
|
|
|
"version": "1.3.0",
|
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",
|
|
|
|
|
"docs/LICENSE*",
|
|
|
|
|
"core",
|
|
|
|
|
"vendor/pako"
|
|
|
|
|
],
|
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",
|
2020-10-15 16:30:44 +02:00
|
|
|
"prepublish": "node ./utils/use_require.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": {
|
2019-11-11 15:46:12 +01:00
|
|
|
"@babel/core": "*",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "*",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "*",
|
|
|
|
|
"@babel/preset-env": "*",
|
|
|
|
|
"@babel/cli": "*",
|
2017-07-04 10:10:36 +02:00
|
|
|
"babel-plugin-import-redirect": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"browserify": "*",
|
2019-11-11 15:46:12 +01:00
|
|
|
"babelify": "*",
|
|
|
|
|
"core-js": "*",
|
2019-08-15 15:35:30 +02:00
|
|
|
"chai": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"commander": "*",
|
|
|
|
|
"es-module-loader": "*",
|
|
|
|
|
"eslint": "*",
|
|
|
|
|
"fs-extra": "*",
|
2016-11-14 22:02:12 +01:00
|
|
|
"jsdom": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"karma": "*",
|
|
|
|
|
"karma-mocha": "*",
|
2020-06-23 13:56:33 +02:00
|
|
|
"karma-chrome-launcher": "*",
|
|
|
|
|
"@chiragrupani/karma-chromium-edge-launcher": "*",
|
|
|
|
|
"karma-firefox-launcher": "*",
|
|
|
|
|
"karma-ie-launcher": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"karma-mocha-reporter": "*",
|
2020-06-23 13:56:33 +02:00
|
|
|
"karma-safari-launcher": "*",
|
|
|
|
|
"karma-script-launcher": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"karma-sinon-chai": "*",
|
|
|
|
|
"mocha": "*",
|
2016-11-14 22:02:12 +01:00
|
|
|
"node-getopt": "*",
|
2016-11-14 22:00:21 +01:00
|
|
|
"po2json": "*",
|
2019-08-15 15:39:04 +02:00
|
|
|
"requirejs": "*",
|
2019-08-15 15:38:21 +02:00
|
|
|
"rollup": "*",
|
|
|
|
|
"rollup-plugin-node-resolve": "*",
|
2019-08-15 15:35:30 +02:00
|
|
|
"sinon": "*",
|
|
|
|
|
"sinon-chai": "*"
|
2017-10-04 14:58:58 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"vnc",
|
|
|
|
|
"rfb",
|
|
|
|
|
"novnc",
|
|
|
|
|
"websockify"
|
|
|
|
|
]
|
2014-06-23 19:39:50 -04:00
|
|
|
}
|