-
Notifications
You must be signed in to change notification settings - Fork 72
/
library.json
38 lines (38 loc) · 1.07 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
{
"name": "FauxmoESP",
"keywords": "belkin,wemo,fauxmo,esp8266,esp32,RaspberryPiPicoW,alexa,amazon,echo,dot",
"description": "Amazon Alexa support for ESP8266, ESP32 and Raspberry Pi Pico W (Amazon Echo & Dot)",
"repository": {
"type": "git",
"url": "https://github.com/vintlabs/fauxmoESP"
},
"version": "3.4.1",
"license": "MIT",
"exclude": "tests",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32", "rp2040"],
"authors": {
"name": "Paul Vint",
"email": "[email protected]",
"url": "http://vintlabs.com",
"maintainer": true
},
"dependencies": [
{
"name": "ESPAsyncTCP",
"version": ">=1.2.0",
"platforms": "espressif8266"
},
{
"name": "AsyncTCP",
"version": ">=1.0.1",
"platforms": "espressif32"
},
{
"name": "AsyncTCP_RP2040W",
"version": ">=1.1.0",
"platforms": "rp2040"
}
],
"headers": "fauxmoESP.h"
}