mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
8c8a343e61
displaying thicker 0 axis now
40 lines
851 B
JSON
40 lines
851 B
JSON
{
|
|
"name": "FreeDATA",
|
|
"version": "0.0.1",
|
|
"description": "FreeDATA ",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DJ2LS/FreeDATA.git"
|
|
},
|
|
"keywords": [
|
|
"TNC",
|
|
"GUI",
|
|
"FreeDATA",
|
|
"codec2"
|
|
],
|
|
"author": "DJ2LS",
|
|
"license": "LGPL-2.1",
|
|
"bugs": {
|
|
"url": "https://github.com/DJ2LS/FreeDATA/issues"
|
|
},
|
|
"homepage": "https://github.com/DJ2LS/FreeDATA#readme",
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.0",
|
|
"chart.js": "^3.5.1",
|
|
"chartjs-plugin-annotation": "^1.0.2",
|
|
"qth-locator": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^15.0.0",
|
|
"electron-builder": "^22.11.7"
|
|
}
|
|
}
|