FreeDATA/gui/package.json

33 lines
730 B
JSON
Raw Normal View History

2021-07-17 07:03:40 +00:00
{
"name": "freedv-jate-gui",
"version": "0.0.1",
"description": "GUI for FreeDV JATE ",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJ2LS/FreeDV-JATE-GUI.git"
},
"keywords": [
"TNC",
"GUI",
"FreeDV",
"codec2"
],
"author": "DJ2LS",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/DJ2LS/FreeDV-JATE-GUI/issues"
},
"homepage": "https://github.com/DJ2LS/FreeDV-JATE-GUI#readme",
"dependencies": {
"@electron/remote": "^1.2.0",
2021-07-23 15:40:44 +00:00
"bootstrap": "^5.0.1",
"chart.js": "^3.5.0",
"electron-builder": "^22.9.1"
2021-07-17 07:03:40 +00:00
}
}