mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
9c6b3819a5
so that electron-builder packages is as Riot rather than riot-web
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"name": "riot-web",
|
|
"productName": "Riot",
|
|
"main": "src/electron-main.js",
|
|
"version": "0.9.8",
|
|
"description": "A feature-rich client for Matrix.org",
|
|
"author": "Vector Creations Ltd.",
|
|
"dependencies": {
|
|
"electron-window-state": "^4.1.0"
|
|
}
|
|
}
|