Initial commit

This commit is contained in:
2020-10-29 09:36:43 +00:00
commit 381f06086d
3 changed files with 312 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "MIBAT-CalculationScheduler",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "AVS Developments <craig@avsdev.uk>",
"license": "LGPL3"
}