summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cbosdonnat@suse.com>2019-02-14 10:44:49 +0100
committerJeremy White <jwhite@codeweavers.com>2019-02-14 12:46:06 -0600
commit77e448a72df6f41305a2aa4aad826c246fda23ca (patch)
treec181f54e8bf20f8e2597ae1b13c7c12f06b780b6
parent7f5b9f54a559d2f594b29b0620616050e45e390a (diff)
Prepare publishing on npmjs
Add package.json needed to publish on npmjs. Signed-off-by: Jeremy White <jwhite@codeweavers.com>
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
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@lists.freedesktop.org> (https://www.spice-space.org)",
+ "license": "LGPL-3.0-or-later"
+}