X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=package.json;h=c81f13c5195b517b026d5c5792c3ae7e2842ff1b;hb=7b73dbd4dd56b3414e4afeca267797097b225eba;hp=cc2010dd21a191cc60c4f97845e26a74deea1e84;hpb=e4290d8c00969eb321486e124cbc7ab91c786c43;p=mirror_novnc.git diff --git a/package.json b/package.json index cc2010d..c81f13c 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,18 @@ { - "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/novnc/noVNC.git" + "url": "git+https://github.com/novnc/noVNC.git" }, "author": "Joel Martin (https://github.com/kanaka)", "contributors": [ @@ -22,7 +21,7 @@ "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" }, @@ -30,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", @@ -56,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" + ] }