Files
homeassistant-desktop/package.json
mrvnklm bf39a52f95 v1.4.0
- fixes #10 #17
- might fix #11
- feature #13 (thanks @tnagels)

- added global keyboard shortcut
- bonjour auto discovery
- detached window on Windows can now be moved by resizing it

Merry Christmas 🎄
2020-12-27 00:13:15 +01:00

34 lines
1.2 KiB
JSON

{
"name": "homeassistant-desktop",
"repository": {
"type": "git",
"url": "https://github.com/mrvnklm/homeassistant-desktop"
},
"version": "1.4.0",
"description": "Desktop App (Windows / macOS / Linux) for Home Assistant built with Electron",
"main": "app.js",
"scripts": {
"start": "electron app.js",
"build-local": "electron-builder build --mac --win --linux appimage --ia32 --publish never && electron-builder build --linux appimage --x64 --publish never",
"deploy": "electron-builder build --mac --win --linux appimage --ia32 --publish always && electron-builder build --linux appimage --x64 --publish always",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Marvin Kelm (https://github.com/mrvnklm)",
"license": "Apache-2.0",
"dependencies": {
"auto-launch": "^5.0.5",
"bonjour": "^3.5.0",
"electron-store": "^5.2.0",
"electron-traywindow-positioner": "^1.1.0",
"electron-updater": "^4.3.5"
},
"devDependencies": {
"electron": "^8.5.5",
"electron-builder": "^22.9.1"
},
"build": {
"appId": "com.electron.homeassistant-desktop",
"productName": "Home Assistant"
}
}