Files
CalcScheduler/package.json
2020-10-29 09:44:19 +00:00

17 lines
453 B
JSON

{
"name": "Calc-Scheduler",
"version": "0.1.0",
"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 <craig@avsdev.uk> (https://avsdev.uk)",
"license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://git.avsdev.uk/AVSDev/calc-scheduler"
}
}