We thought we already did this in e24b501, but instead we would basically get random versions as npm would pick some version already available from whatever was already downloaded. New attempt, this time being very explicit that we want the version that has been tagged as "latest".
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"name": "@novnc/novnc",
|
|
"version": "1.3.0",
|
|
"description": "An HTML5 VNC client",
|
|
"browser": "lib/rfb",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"AUTHORS",
|
|
"VERSION",
|
|
"docs/API.md",
|
|
"docs/LIBRARY.md",
|
|
"docs/LICENSE*",
|
|
"core",
|
|
"vendor/pako"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint app core po/po2js po/xgettext-html tests utils",
|
|
"test": "karma start karma.conf.js",
|
|
"prepublish": "node ./utils/convert.js --clean"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novnc/noVNC.git"
|
|
},
|
|
"author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
|
|
"contributors": [
|
|
"Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
|
|
"Pierre Ossman <ossman@cendio.se> (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/plugin-syntax-dynamic-import": "latest",
|
|
"@babel/plugin-transform-modules-commonjs": "latest",
|
|
"@babel/preset-env": "latest",
|
|
"@babel/cli": "latest",
|
|
"babel-plugin-import-redirect": "latest",
|
|
"browserify": "latest",
|
|
"babelify": "latest",
|
|
"core-js": "latest",
|
|
"chai": "latest",
|
|
"commander": "latest",
|
|
"es-module-loader": "latest",
|
|
"eslint": "latest",
|
|
"fs-extra": "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",
|
|
"karma-sinon-chai": "latest",
|
|
"mocha": "latest",
|
|
"node-getopt": "latest",
|
|
"po2json": "latest",
|
|
"sinon": "latest",
|
|
"sinon-chai": "latest"
|
|
},
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"vnc",
|
|
"rfb",
|
|
"novnc",
|
|
"websockify"
|
|
]
|
|
}
|