element-web/electron_app/package.json

35 lines
641 B
JSON
Raw Normal View History

{
"name": "riot-web",
"productName": "Riot",
"main": "src/electron-main.js",
2019-02-15 14:00:01 +01:00
"version": "1.0.1",
"description": "A feature-rich client for Matrix.org",
"author": "New Vector Ltd.",
"dependencies": {
"auto-launch": "^5.0.1",
"electron-window-state": "^4.1.0",
2018-11-15 19:01:02 +01:00
"iohook": "^0.2.4",
"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"
}
}