[X2Go-Commits] [x2gohtmlclient] 08/12: package.json: Add sample package.json file.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 23 18:17:29 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gohtmlclient.

commit 15c77be9a60790365e616122dddbedf552c82754
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jun 18 23:15:47 2021 +0200

    package.json: Add sample package.json file.
---
 package.json | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0f00f8d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+  "name": "x2gohtmlclient",
+  "version": "1.0.0",
+  "description": "X2Go HTML Client for X2GoKDrive",
+  "main": "dist/x2goclient.js",
+  "scripts": {
+    "build": "./minifyjs.sh"
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://code.x2go.org/x2gohtmlclient.git"
+  },
+  "keywords": [
+    "X2Go",
+    "HTML",
+    "Client",
+    "KDrive",
+    "remote",
+    "session",
+    "desktop"
+  ],
+  "author": "Oleksandr Shneyder",
+  "license": "AGPL-3.0-or-later"
+}

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git


More information about the x2go-commits mailing list