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