forked from matrix/element-web
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"name": "riot-web",
|
|
"productName": "Riot",
|
|
"main": "src/electron-main.js",
|
|
"version": "1.3.0",
|
|
"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",
|
|
"iohook": "^0.4.2",
|
|
"minimist": "^1.2.0",
|
|
"png-to-ico": "^1.0.2"
|
|
},
|
|
"cmake-js": {
|
|
"runtime": "electron",
|
|
"runtimeVersion": "4.2.6"
|
|
},
|
|
"supportedTargets": [
|
|
[
|
|
"electron",
|
|
"4.2.6",
|
|
"69"
|
|
]
|
|
]
|
|
}
|