mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
45 lines
1011 B
JSON
45 lines
1011 B
JSON
{
|
|
"name": "zulip",
|
|
"productName": "Zulip",
|
|
"version": "1.8.2",
|
|
"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-electron.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zulip/zulip-electron/issues"
|
|
},
|
|
"main": "main/index.js",
|
|
"keywords": [
|
|
"Zulip",
|
|
"Group Chat app",
|
|
"electron-app",
|
|
"electron",
|
|
"Desktop app",
|
|
"InstantMessaging"
|
|
],
|
|
"dependencies": {
|
|
"auto-launch": "5.0.1",
|
|
"electron-is-dev": "0.3.0",
|
|
"electron-log": "2.2.7",
|
|
"electron-spellchecker": "1.1.2",
|
|
"electron-updater": "2.18.2",
|
|
"electron-window-state": "4.1.1",
|
|
"is-online": "7.0.0",
|
|
"node-json-db": "0.7.3",
|
|
"request": "2.81.0",
|
|
"semver": "5.4.1",
|
|
"wurl": "2.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-mac-notifier": "0.0.13"
|
|
}
|
|
}
|