mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-27 23:00:45 +00:00
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:
parent
7f5b9f54a5
commit
77e448a72d
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user