Prepare publishing on npmjs

Add package.json needed to publish on npmjs.

Signed-off-by: Jeremy White <jwhite@codeweavers.com>
This commit is contained in:
Cédric Bosdonnat 2019-02-14 10:44:49 +01:00 committed by Jeremy White
parent 7f5b9f54a5
commit 77e448a72d

21
package.json Normal file
View File

@ -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"
}