-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 840 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 840 Bytes
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
{
"name": "lumi",
"version": "1.0.0",
"description": "MQTT агент для шлюза Xiaomi DGNWG05LM с прошивкой [OpenWRT](https://github.com/openlumi/xiaomi-gateway-openwrt). \r Позволяет взаимодействовать со шлюзом через MQTT.",
"main": "lumi.js",
"dependencies": {
"bl": "^4.0.3",
"debug": "^4.3.2",
"duplexify": "^4.1.1",
"end-of-stream": "^1.4.4",
"google-tts-api": "0.0.6",
"inherits": "^2.0.4",
"mqtt": "^4.2.6",
"mqtt-packet": "^6.7.0",
"ms": "^2.1.3",
"once": "^1.4.0",
"process-nextick-args": "^2.0.1",
"readable-stream": "^3.6.0",
"reinterval": "^1.1.0",
"stream-shift": "^1.0.1",
"util-deprecate": "^1.0.2",
"wrappy": "^1.0.2",
"ws": "^7.4.1",
"xtend": "^4.0.2"
},
"devDependencies": {}
}