-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 962 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
{
"name": "hs100tomqtt",
"version": "0.0.5",
"description": "In order to use automatic device discovery, you have to run docker with `--net=host` or equivalent configuration.",
"main": "index.js",
"bin": {
"hs100tomqtt": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Simon Christmann <[email protected]>",
"license": "ISC",
"dependencies": {
"mqtt-smarthome-connect": "latest",
"shortid": "^2.2.14",
"tplink-smarthome-api": "^1.2.0",
"yalm": "^4.1.0",
"yargs": "^11.1.0",
"yetanothertimerlibrary": "^3.1.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dersimn/HS100toMQTT.git"
},
"bugs": {
"url": "https://github.com/dersimn/HS100toMQTT/issues"
},
"homepage": "https://github.com/dersimn/HS100toMQTT#readme",
"keywords": [
"mqtt",
"smarthome",
"hs100",
"hs110"
]
}