-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
36 lines (35 loc) · 1.22 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
{
"name": "ESP_HomieLED_CT",
"version": "0.0.2",
"keywords": "Homie, ESP8266, LED, Colortemperature",
"description": "A Homie-ESP8266 node to control PWM for a colortemperature LED",
"repository": {
"type": "git",
"url": "https://github.com/fablabnbg/ESP_HomieLED_CT"
},
"authors":
[
{
"name": "Ian Hubbertz",
"url": "https://euphi.github.io",
"maintainer": true
},
{ "name": "Fablab Region Nürnberg e. V.",
"url": "https://fablab-nuernberg.de"
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies":
[
{
"name": "Homie",
"version": "https://github.com/homieiot/homie-esp8266.git#develop-v3"
},
{
"name": "HomieLoggerNode",
"version": "https://github.com/euphi/HomieLoggerNode.git#develop-v3"
}
]
}