From d6b5b033f2ace3a82df3dd3502e749905ed729ff Mon Sep 17 00:00:00 2001 From: avsdev-cw Date: Thu, 29 Oct 2020 09:44:19 +0000 Subject: [PATCH] Updated package file --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1d3f43d..160a636 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,16 @@ { - "name": "MIBAT-CalculationScheduler", + "name": "Calc-Scheduler", "version": "0.1.0", - "description": "", + "description": "A schedular for the calculation of FIDGITS/MIBAT scenarios", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], - "author": "AVS Developments ", - "license": "LGPL3" + "author": "AVS Developments (https://avsdev.uk)", + "license": "LGPL-3.0-or-later", + "repository": { + "type": "git", + "url": "https://git.avsdev.uk/AVSDev/calc-scheduler" + } }