mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Delete package.json
This commit is contained in:
parent
a4e63247ce
commit
c6d5a800e4
1 changed files with 0 additions and 54 deletions
|
@ -1,54 +0,0 @@
|
||||||
{
|
|
||||||
"name": "codec2-FreeDATA",
|
|
||||||
"version": "0.0.1",
|
|
||||||
"description": "codec2-FreeDATA ",
|
|
||||||
"main": "main.js",
|
|
||||||
"build": {
|
|
||||||
"appId": "com.DJ2LS.codec2-FreeDATA",
|
|
||||||
"productName": "codec2-FreeDATA",
|
|
||||||
"mac": {
|
|
||||||
"category": "public.app-category.utilities"
|
|
||||||
},
|
|
||||||
"dmg": {
|
|
||||||
"icon": false
|
|
||||||
},
|
|
||||||
"linux": {
|
|
||||||
"target": [
|
|
||||||
"AppImage"
|
|
||||||
],
|
|
||||||
"category": "Science"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"start": "electron .",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
|
||||||
"postinstall": "electron-builder install-app-deps",
|
|
||||||
"build": "electron-builder --mac --linux",
|
|
||||||
"release": "electron-builder --mac --linux --publish always"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/DJ2LS/codec2-FreeDATA.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"TNC",
|
|
||||||
"GUI",
|
|
||||||
"FreeDV",
|
|
||||||
"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.0.1",
|
|
||||||
"chart.js": "^3.5.0",
|
|
||||||
"qth-locator": "^2.1.0"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"electron": "12.0.7",
|
|
||||||
"electron-builder": "^22.11.7"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue