forked from Highpressure/iobroker.samsung2016
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 852 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
39
{
"name": "iobroker.samsung_tizen",
"version": "0.0.12",
"description": "ioBroker adapter to control samsung tizenOs tvs(mj>= 2016)",
"author": {
"name": "DaHuby"
},
"contributors": [
{
"name": "Michael Hubeny",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://github.com/dahuby/iobroker.samsung_tizen",
"keywords": [
"ioBroker",
"samsung",
"tizen",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/dahuby/iobroker.samsung_tizen"
},
"dependencies": {
"ws": "^7.2.2",
"wake_on_lan": "^1.0.0",
"is-port-reachable": "^3.0.0"
},
"main": "main.js",
"scripts": {
},
"bugs": {
"url": "https://github.com/dahuby/iobroker.samsung_tizen/issues"
},
"readmeFilename": "README.md"
}