summaryrefslogtreecommitdiff
path: root/package.json.in
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2019-02-14 11:20:38 -0600
committerJeremy White <jwhite@codeweavers.com>2019-02-14 12:46:44 -0600
commitfa63a5392d5d06d4cd11c54848dafcdfd455bb55 (patch)
tree1b26d867a15206d25830b341a19a81b400c3e524 /package.json.in
parent8ab92d030e05b93aa97a083a8e89fd90d8c85ccd (diff)
Generate package.json from the Makefile.
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
Diffstat (limited to 'package.json.in')
-rw-r--r--package.json.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json.in b/package.json.in
new file mode 100644
index 0000000..ca56078
--- /dev/null
+++ b/package.json.in
@@ -0,0 +1,21 @@
+{
+ "name": "spice-html5",
+ "version": "VERSION",
+ "description": "Spice Javascript client",
+ "main": "src/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"
+}