FreeDATA/gui/package.json
2021-09-04 20:33:03 +02:00

36 lines
777 B
JSON

{
"name": "codec2-FreeDATA",
"version": "0.0.1",
"description": "codec2-FreeDATA ",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJ2LS/codec2-FreeDATA.git"
},
"keywords": [
"TNC",
"GUI",
"FreeDATA",
"codec2"
],
"author": "DJ2LS",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/DJ2LS/codec2-FreeDATA/issues"
},
"homepage": "https://github.com/DJ2LS/codec2-FreeDATA#readme",
"dependencies": {
"bootstrap": "^5.1.0",
"chart.js": "^3.5.1",
"qth-locator": "^2.1.0"
},
"devDependencies": {
"electron": "14.0.0",
"electron-builder": "^22.11.7"
}
}