]> git.proxmox.com Git - mirror_novnc.git/blobdiff - package.json
Move writeSetting from updateSetting to initSetting
[mirror_novnc.git] / package.json
index 8e62db60a216db6b9c98e9a0b399fae3449c17e2..4f3c301ad42db34cf5f6dbccfd4a513fb85c60fa 100644 (file)
@@ -1,6 +1,6 @@
 {
-  "name": "noVNC",
-  "version": "0.6.1",
+  "name": "@novnc/novnc",
+  "version": "1.0.0-beta",
   "description": "An HTML5 VNC client",
   "directories": {
     "doc": "docs",
@@ -12,7 +12,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/novnc/noVNC.git"
+    "url": "git+https://github.com/novnc/noVNC.git"
   },
   "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
   "contributors": [
     "rollup": "^0.41.4",
     "rollup-plugin-node-resolve": "^2.0.0",
     "sinon-chai": "^2.8.0"
-  }
+  },
+  "dependencies": {},
+  "keywords": [
+    "vnc",
+    "rfb",
+    "novnc",
+    "websockify"
+  ]
 }