mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
Moves the social login to browser since there was no way to verify the authencity of the auth process for a custom server and to prevent phishing attacks. Fixes #849. Co-authored-by: Kanishk Kakar <kanishk.kakar@gmail.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "zulip",
|
|
"productName": "Zulip",
|
|
"version": "4.0.3",
|
|
"desktopName": "zulip.desktop",
|
|
"description": "Zulip Desktop App",
|
|
"license": "Apache-2.0",
|
|
"copyright": "Kandra Labs, Inc.",
|
|
"author": {
|
|
"name": "Kandra Labs, Inc.",
|
|
"email": "support@zulipchat.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zulip/zulip-desktop.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zulip/zulip-desktop/issues"
|
|
},
|
|
"main": "main/index.js",
|
|
"keywords": [
|
|
"Zulip",
|
|
"Group Chat app",
|
|
"electron-app",
|
|
"electron",
|
|
"Desktop app",
|
|
"InstantMessaging"
|
|
],
|
|
"dependencies": {
|
|
"@electron-elements/send-feedback": "1.0.8",
|
|
"@sentry/electron": "0.14.0",
|
|
"adm-zip": "0.4.11",
|
|
"auto-launch": "5.0.5",
|
|
"backoff": "2.5.0",
|
|
"dotenv": "8.0.0",
|
|
"electron-is-dev": "0.3.0",
|
|
"electron-log": "2.2.14",
|
|
"electron-spellchecker": "1.1.2",
|
|
"electron-updater": "4.0.6",
|
|
"electron-window-state": "5.0.3",
|
|
"escape-html": "1.0.3",
|
|
"i18n": "0.8.3",
|
|
"node-json-db": "0.9.2",
|
|
"request": "2.85.0",
|
|
"semver": "5.4.1",
|
|
"wurl": "2.5.0",
|
|
"crypto-random-string": "3.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-mac-notifier": "1.1.0"
|
|
}
|
|
}
|