[Spice-devel] [spice-html5][PATCH v2 06/13] Prepare publishing on npmjs

Cédric Bosdonnat cbosdonnat at suse.com
Thu Feb 14 09:44:49 UTC 2019


Add package.json needed to publish on npmjs.
---
 package.json | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..21a8b63
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+  "name": "spice-html5",
+  "version": "0.1.8",
+  "description": "Spice Javascript client",
+  "main": "main.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://gitlab.freedesktop.org/spice/spice-html5.git"
+  },
+  "keywords": [
+    "spice",
+    "html5",
+    "websockify"
+  ],
+  "homepage": "https://www.spice-space.org",
+  "author": "SPICE Project <spice-devel at lists.freedesktop.org> (https://www.spice-space.org)",
+  "license": "LGPL-3.0-or-later"
+}
-- 
2.19.2



More information about the Spice-devel mailing list