forked from NorthernMan54/homebridge-mcuiot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "homebridge-mcuiot",
"version": "0.1.54",
"description": "Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NorthernMan54/homebridge-mcuiot.git"
},
"keywords": [
"nodemcu",
"dht22",
"homebridge",
"bme280",
"yl-69",
"esp8266",
"homebridge-plugin"
],
"engines": {
"node": ">=4.3.2",
"homebridge": ">=0.2.0"
},
"dependencies": {
"debug": "^2.6.9",
"fakegato-history": "^=0.4.0",
"httpdispatcher": "^2.1.1",
"mcuiot-logger": "0.0.2",
"mdns": "^2.3.4",
"moment": "^2.20.1",
"request": "^2.83.0"
},
"author": "NorthernMan54",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NorthernMan54/homebridge-mcuiot/issues"
},
"homepage": "https://github.com/NorthernMan54/homebridge-mcuiot#readme"
}