From 77e448a72df6f41305a2aa4aad826c246fda23ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 14 Feb 2019 10:44:49 +0100 Subject: [PATCH] Prepare publishing on npmjs Add package.json needed to publish on npmjs. Signed-off-by: Jeremy White --- 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 (https://www.spice-space.org)", + "license": "LGPL-3.0-or-later" +}