]> git.proxmox.com Git - mirror_novnc.git/blobdiff - package.json
Add Spanish translation
[mirror_novnc.git] / package.json
index 087d5d493a0f7a0d0a9d9200f5e335d75e269fe1..c81f13c5195b517b026d5c5792c3ae7e2842ff1b 100644 (file)
@@ -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 <github@martintribe.org> (https://github.com/kanaka)",
   "contributors": [
@@ -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",
     "rollup": "^0.41.4",
     "rollup-plugin-node-resolve": "^2.0.0",
     "sinon-chai": "^2.8.0"
-  }
+  },
+  "dependencies": {},
+  "keywords": [
+    "vnc",
+    "rfb",
+    "novnc",
+    "websockify"
+  ]
 }