whatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinbox
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.4 KiB
46 lines
1.4 KiB
{ |
|
"name": "HumanistenBox", |
|
"productName": "HumanistenBox", |
|
"version": "0.5.7", |
|
"description": "HumanistenBox", |
|
"main": "electron/main.js", |
|
"private": true, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/phischdev/pdhBox.git" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/saenzramiro/rambox/issues" |
|
}, |
|
"homepage": "https://parteiderhumanisten.de/wp2/mitmachen/plattformen/", |
|
"keywords": [ |
|
"Humanisten", |
|
"pdhBox", |
|
"HumanistenBox", |
|
"Rambox", |
|
"messaging", |
|
"app", |
|
"slack", |
|
"whatsapp", |
|
"facebook", |
|
"messenger", |
|
"telegram", |
|
"google", |
|
"hangouts", |
|
"skype" |
|
], |
|
"author": "Ramiro Saenz <[email protected]>", |
|
"license": "GPL-3.0", |
|
"dependencies": { |
|
"auto-launch": "4.0.0", |
|
"tmp": "0.0.28", |
|
"mime": "^1.3.4", |
|
"electron-is-dev": "^0.1.1", |
|
"electron-config": "0.2.1" |
|
}, |
|
"scripts": { |
|
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --icon=resources/icons/icon.ico --prune=true --out=release-builds", |
|
"package-win": "electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --icon=resources/icons/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"Electron Tutorial App\"", |
|
"package-linux" : "electron-packager . --overwrite --platform=linux --arch=x64 --icon=resources/icons/icon.ico --prune=true --out=release-builds" |
|
} |
|
}
|
|
|