2019-03-18 01:59:57 +00:00
|
|
|
{
|
|
|
|
"name": "riot-web",
|
|
|
|
"productName": "Riot",
|
|
|
|
"main": "src/electron-main.js",
|
2019-06-30 22:24:48 +01:00
|
|
|
"version": "1.2.2",
|
2019-03-18 01:59:57 +00:00
|
|
|
"description": "A feature-rich client for Matrix.org",
|
|
|
|
"author": "New Vector Ltd.",
|
|
|
|
"dependencies": {
|
|
|
|
"auto-launch": "^5.0.1",
|
|
|
|
"electron-store": "^2.0.0",
|
|
|
|
"electron-window-state": "^4.1.0",
|
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"png-to-ico": "^1.0.2"
|
|
|
|
}
|
|
|
|
}
|