forked from tavicu/homebridge-samsung-tizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "homebridge-samsung-tizen",
"version": "4.0.3",
"description": "Samsung TV plugin for Homebridge",
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tavicu/homebridge-samsung-tizen.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"samsung",
"remote",
"tizen"
],
"author": "Octavian Ruda",
"license": "MIT",
"homepage": "https://github.com/tavicu/homebridge-samsung-tizen#readme",
"bugs": {
"url": "https://github.com/tavicu/homebridge-samsung-tizen/issues"
},
"engines": {
"node": ">=8.0.0",
"homebridge": ">=0.4.0"
},
"dependencies": {
"ws": "^7.0.0",
"request": "^2.88.0",
"fs-extra": "^8.0.1",
"wakeonlan": "^0.1.0",
"is-port-reachable": "^2.0.0"
}
}