diff --git a/package.json b/package.json index 478c0dbadb33daac30ce6bf5a703921de6dca3c7..27fb7fa7d30ffa4ad4406eff2dd64d2afc4ac252 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": {