messengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscord
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.
47 lines
1.4 KiB
47 lines
1.4 KiB
9 years ago
|
{
|
||
8 years ago
|
"name": "HumanistenBox",
|
||
|
"productName": "HumanistenBox",
|
||
8 years ago
|
"version": "0.5.7",
|
||
8 years ago
|
"description": "HumanistenBox",
|
||
9 years ago
|
"main": "electron/main.js",
|
||
|
"private": true,
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
8 years ago
|
"url": "https://github.com/phischdev/pdhBox.git"
|
||
9 years ago
|
},
|
||
9 years ago
|
"bugs": {
|
||
|
"url": "https://github.com/saenzramiro/rambox/issues"
|
||
|
},
|
||
8 years ago
|
"homepage": "https://parteiderhumanisten.de/wp2/mitmachen/plattformen/",
|
||
9 years ago
|
"keywords": [
|
||
8 years ago
|
"Humanisten",
|
||
|
"pdhBox",
|
||
|
"HumanistenBox",
|
||
9 years ago
|
"Rambox",
|
||
|
"messaging",
|
||
|
"app",
|
||
|
"slack",
|
||
|
"whatsapp",
|
||
|
"facebook",
|
||
|
"messenger",
|
||
|
"telegram",
|
||
|
"google",
|
||
|
"hangouts",
|
||
|
"skype"
|
||
|
],
|
||
9 years ago
|
"author": "Ramiro Saenz <[email protected]>",
|
||
8 years ago
|
"license": "GPL-3.0",
|
||
9 years ago
|
"dependencies": {
|
||
9 years ago
|
"auto-launch": "4.0.0",
|
||
9 years ago
|
"tmp": "0.0.28",
|
||
9 years ago
|
"mime": "^1.3.4",
|
||
9 years ago
|
"electron-is-dev": "^0.1.1",
|
||
|
"electron-config": "0.2.1"
|
||
8 years ago
|
},
|
||
|
"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"
|
||
9 years ago
|
}
|
||
9 years ago
|
}
|