X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=package.json;h=c81f13c5195b517b026d5c5792c3ae7e2842ff1b;hb=7b73dbd4dd56b3414e4afeca267797097b225eba;hp=f69f9cea687db2487a4c93edbe4e3293477fd5e6;hpb=6cae7b58b88f2f7ba52fb32c09436e42a77e6108;p=mirror_novnc.git diff --git a/package.json b/package.json index f69f9ce..c81f13c 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,67 @@ { - "name": "noVNC", - "version": "0.6.1", + "name": "@novnc/novnc", + "version": "1.0.0-testing.2", "description": "An HTML5 VNC client", - "main": "karma.conf.js", "directories": { "doc": "docs", "test": "tests" }, "scripts": { "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js", - "prepublish": "node ./utils/use_require.js --as commonjs" + "prepare": "node ./utils/use_require.js --as commonjs --clean" }, "repository": { "type": "git", - "url": "https://github.com/kanaka/noVNC.git" + "url": "git+https://github.com/novnc/noVNC.git" }, "author": "Joel Martin (https://github.com/kanaka)", "contributors": [ "Solly Ross (https://github.com/directxman12)", "Peter Åstrand (https://github.com/astrand)", - "Samuel Mannehed (https://github.com/samhed)" + "Samuel Mannehed (https://github.com/samhed)", + "Pierre Ossman (https://github.com/CendioOssman)" ], - "license": "MPL 2.0", + "license": "MPL-2.0", "bugs": { - "url": "https://github.com/kanaka/noVNC/issues" + "url": "https://github.com/novnc/noVNC/issues" }, - "homepage": "https://github.com/kanaka/noVNC", + "homepage": "https://github.com/novnc/noVNC", "devDependencies": { - "ansi": "^0.3.1", "babel-core": "^6.22.1", "babel-plugin-add-module-exports": "^0.2.1", + "babel-plugin-import-redirect": "*", + "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-es2015-modules-amd": "^6.22.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0", "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0", "babel-plugin-transform-es2015-modules-umd": "^6.22.0", - "browser-es-module-loader": "^0.4.1", "babelify": "^7.3.0", "browserify": "^13.1.0", - "casperjs": "^1.1.3", "chai": "^3.5.0", "commander": "^2.9.0", + "es-module-loader": "^2.1.0", "fs-extra": "^1.0.0", "jsdom": "*", "karma": "^1.3.0", + "karma-babel-preprocessor": "^6.0.1", "karma-chai": "^0.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.0", - "karma-phantomjs-launcher": "^1.0.2", + "karma-requirejs": "^1.1.0", "karma-sauce-launcher": "^1.0.0", - "karma-sinon": "^1.0.5", - "karma-sinon-chai-latest": "^0.1.0", "mocha": "^3.1.2", "node-getopt": "*", - "open": "^0.0.5", - "phantomjs-prebuilt": "^2.1.13", "po2json": "*", - "sinon": "^1.17.6", - "sinon-chai": "^2.8.0", - "spooky": "^0.2.5", - "temp": "^0.8.3" - } + "requirejs": "^2.3.2", + "rollup": "^0.41.4", + "rollup-plugin-node-resolve": "^2.0.0", + "sinon-chai": "^2.8.0" + }, + "dependencies": {}, + "keywords": [ + "vnc", + "rfb", + "novnc", + "websockify" + ] }