Updated package file

This commit is contained in:
2020-10-29 09:44:19 +00:00
parent 381f06086d
commit d6b5b033f2

View File

@@ -1,12 +1,16 @@
{ {
"name": "MIBAT-CalculationScheduler", "name": "Calc-Scheduler",
"version": "0.1.0", "version": "0.1.0",
"description": "", "description": "A schedular for the calculation of FIDGITS/MIBAT scenarios",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "AVS Developments <craig@avsdev.uk>", "author": "AVS Developments <craig@avsdev.uk> (https://avsdev.uk)",
"license": "LGPL3" "license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://git.avsdev.uk/AVSDev/calc-scheduler"
}
} }