2021-07-17 07:03:40 +00:00
|
|
|
{
|
2021-08-08 15:12:57 +00:00
|
|
|
"name": "codec2-FreeDATA",
|
2021-07-17 07:03:40 +00:00
|
|
|
"version": "0.0.1",
|
2021-08-08 15:12:57 +00:00
|
|
|
"description": "codec2-FreeDATA ",
|
2021-07-17 07:03:40 +00:00
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron .",
|
2021-08-10 18:24:50 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-08-08 15:12:57 +00:00
|
|
|
"url": "git+https://github.com/DJ2LS/codec2-FreeDATA.git"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TNC",
|
|
|
|
"GUI",
|
2021-08-10 18:22:57 +00:00
|
|
|
"FreeDATA",
|
2021-07-17 07:03:40 +00:00
|
|
|
"codec2"
|
|
|
|
],
|
|
|
|
"author": "DJ2LS",
|
|
|
|
"license": "LGPL-2.1",
|
|
|
|
"bugs": {
|
2021-08-08 15:12:57 +00:00
|
|
|
"url": "https://github.com/DJ2LS/codec2-FreeDATA/issues"
|
2021-07-17 07:03:40 +00:00
|
|
|
},
|
2021-08-08 15:12:57 +00:00
|
|
|
"homepage": "https://github.com/DJ2LS/codec2-FreeDATA#readme",
|
2021-07-17 07:03:40 +00:00
|
|
|
"dependencies": {
|
2021-08-08 17:37:53 +00:00
|
|
|
"bootstrap": "^5.1.0",
|
2021-09-04 18:33:03 +00:00
|
|
|
"chart.js": "^3.5.1",
|
2021-08-08 17:29:18 +00:00
|
|
|
"qth-locator": "^2.1.0"
|
|
|
|
},
|
2021-08-08 15:12:57 +00:00
|
|
|
"devDependencies": {
|
2021-09-04 18:33:03 +00:00
|
|
|
"electron": "14.0.0",
|
2021-08-08 17:29:18 +00:00
|
|
|
"electron-builder": "^22.11.7"
|
2021-07-17 07:03:40 +00:00
|
|
|
}
|
|
|
|
}
|