-
Notifications
You must be signed in to change notification settings - Fork 12
/
library.json
46 lines (46 loc) · 1.12 KB
/
library.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
{
"name": "Homie node collection",
"version": "1.5.0",
"keywords": "iot, home, automation, Arduino, esp8266, homie, sensor, relay, switch",
"description": "Collection of Node implementations for the Homie-ESP8266 library. Versions 1.0.x implement the Homie 2.0 convention. Versions 1.1.x and newer implement the Homie 3.0 convention.",
"homepage": "https://github.com/luebbe/homie-node-collection",
"license": "MIT",
"authors": {
"name": "Lübbe Onken",
"url": "https://github.com/luebbe",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/luebbe/homie-node-collection.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"espressif8266"
],
"dependencies": [
{
"name": "Homie",
"version": "https://github.com/homieiot/homie-esp8266.git"
},
{
"name": "Adafruit BusIO"
},
{
"name": "Adafruit Unified Sensor"
},
{
"name": "Adafruit BME280 Library"
},
{
"name": "DHT sensor library"
},
{
"name": "DallasTemperature"
},
{
"name": "NewPing"
}
]
}