From 7c6834c8ef08a8a9955007cd6aac4cdded004e4f Mon Sep 17 00:00:00 2001
From: Samuel Heinzmann <samuel.heinzmann@iml.unibe.ch>
Date: Mon, 9 Dec 2019 14:03:41 +0100
Subject: [PATCH] Update package json file

---
 package.json | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 478c0dba..27fb7fa7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,13 @@
 {
   "name": "medsurf-draw",
   "version": "1.0.1",
-  "description": "medsurf-draw",
-  "homepage": "https://www.iml.unibe.ch",
+  "description": "Draw annotations on jpg/zoomify images, based on PIXI.js",
+  "keywords": ["draw", "annotations", "pixi", "deepzoom", "zoomify", "marker"],
+  "homepage": "https://iml.unibe.ch",
+  "repository": {
+    "type" : "git",
+    "url" : "https://git-repo.iml.unibe.ch/iml-open-source/medsurf-draw.git"
+  },
   "main": "dist/index.js",
   "types": "dist/index.d.ts",
   "scripts": {
-- 
GitLab