Updated package file
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user