-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 KB
/
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
40
41
42
43
44
45
46
47
48
49
{
"author": "kdm <kennygprs@gmail.com>",
"bugs": {
"url": "https://github.com/kmalinich/iris2mqtt/issues"
},
"dependencies": {
"async-mqtt": "^2.6.1",
"body-parser": "^1.19.0",
"callers-path": "^1.0.5",
"defaults-deep": "^0.2.4",
"express": "^4.17.1",
"homeassistant": "^0.2.0",
"jsonfile": "^6.1.0",
"multipad": "^1.1.1",
"object-path": "^0.11.8",
"rfdc": "^1.3.0",
"serialport": "^9.2.5",
"trucolor": "^2.0.4",
"xbee-api": "^0.6.0"
},
"description": "Lowe's Iris Gen1 to MQTT/Home Assistant adapter application",
"devDependencies": {
"eslint": "^8.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^4.1.0"
},
"homepage": "https://github.com/kmalinich/iris2mqtt#readme",
"keywords": [
"adapter",
"hass",
"homeassistant",
"iot",
"iris",
"lowes",
"mqtt",
"mqtt",
"sensor"
],
"license": "UNLICENSED",
"main": "index.js",
"name": "iris2mqtt",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kmalinich/iris2mqtt.git"
},
"version": "0.0.2"
}