summaryrefslogtreecommitdiff
path: root/package.json.in
blob: ca56078ab01a1cf912a1bc9bfc7168ab03a83430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}