X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=package.json;h=8a1e792ab0b0e7dd0c286af9e2d0cb810ca954a9;hb=d6ae4457738a54593f8d230d16cd1a464b151100;hp=0ff09e461a091597eb549f35ae92ef8a5123832f;hpb=101ff12736d979b9df2dd6d7abfe72cf8b8e73d3;p=mirror_novnc.git diff --git a/package.json b/package.json index 0ff09e4..8a1e792 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,27 @@ { - "name": "noVNC", - "version": "0.6.1", + "name": "@novnc/novnc", + "version": "1.0.0", "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/novnc/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/novnc/noVNC/issues" }, @@ -29,6 +29,7 @@ "devDependencies": { "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", @@ -55,5 +56,12 @@ "rollup": "^0.41.4", "rollup-plugin-node-resolve": "^2.0.0", "sinon-chai": "^2.8.0" - } + }, + "dependencies": {}, + "keywords": [ + "vnc", + "rfb", + "novnc", + "websockify" + ] }