Jitsi Push-to-Talk

This commit is contained in:
Andrew Morgan
2018-11-15 19:01:02 +01:00
parent 588030141b
commit 6e71fa5902
5 changed files with 178 additions and 9 deletions

View File

@@ -8,7 +8,27 @@
"dependencies": {
"auto-launch": "^5.0.1",
"electron-window-state": "^4.1.0",
"iohook": "^0.2.4",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
},
"iohook": {
"targets": [
"node-64",
"electron-64"
],
"platforms": [
"win32",
"darwin",
"linux"
],
"arches": [
"x64",
"ia32"
]
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "3.0.5"
}
}