2017-04-13 14:39:15 +02:00
|
|
|
{
|
2017-05-05 17:54:55 +02:00
|
|
|
"name": "riot-web",
|
2017-05-06 11:24:13 +02:00
|
|
|
"productName": "Riot",
|
2017-05-05 17:54:55 +02:00
|
|
|
"main": "src/electron-main.js",
|
2019-02-15 14:00:01 +01:00
|
|
|
"version": "1.0.1",
|
2017-05-05 17:54:55 +02:00
|
|
|
"description": "A feature-rich client for Matrix.org",
|
2018-10-27 12:04:05 +02:00
|
|
|
"author": "New Vector Ltd.",
|
2017-04-13 14:39:15 +02:00
|
|
|
"dependencies": {
|
2017-05-24 16:52:08 +02:00
|
|
|
"auto-launch": "^5.0.1",
|
2017-06-04 15:24:22 +02:00
|
|
|
"electron-window-state": "^4.1.0",
|
2018-11-15 19:01:02 +01:00
|
|
|
"iohook": "^0.2.4",
|
2017-06-04 15:24:22 +02:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"png-to-ico": "^1.0.2"
|
2018-11-15 19:01:02 +01:00
|
|
|
},
|
|
|
|
"iohook": {
|
|
|
|
"targets": [
|
|
|
|
"node-64",
|
|
|
|
"electron-64"
|
|
|
|
],
|
|
|
|
"platforms": [
|
|
|
|
"win32",
|
|
|
|
"darwin",
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"arches": [
|
|
|
|
"x64",
|
|
|
|
"ia32"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cmake-js": {
|
|
|
|
"runtime": "electron",
|
|
|
|
"runtimeVersion": "3.0.5"
|
2017-04-13 14:39:15 +02:00
|
|
|
}
|
|
|
|
}
|