mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
a98792b05e
settings are sorta generic, probably reusable for proxy settings Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"name": "riot-web",
|
|
"productName": "Riot",
|
|
"main": "src/electron-main.js",
|
|
"version": "0.9.10",
|
|
"description": "A feature-rich client for Matrix.org",
|
|
"author": "Vector Creations Ltd.",
|
|
"dependencies": {
|
|
"auto-launch": "^5.0.1",
|
|
"electron-window-state": "^4.1.0"
|
|
}
|
|
}
|