forked from sinricpro/esp8266-esp32-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
37 lines (37 loc) · 810 Bytes
/
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
{
"name": "SinricPro",
"keywords": "ethernet, sinric, alexa, iot",
"description": "Library for https://sinric.pro - simple way to connect your device to alexa",
"repository": {
"type": "git",
"url": "https://github.com/sinricpro/esp8266-esp32-sdk"
},
"authors": [
{
"name": "Boris Jaeger",
"email": "[email protected]",
"maintainer": true
}
],
"version": "2.9.9",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"dependencies":[
{
"name": "ArduinoJson",
"platforms":["espressif32","espressif8266"]
},
{
"name": "WebSockets",
"platforms":["espressif32","espressif8266"]
}
],
"examples":[
"examples/*/*.ino",
"examples/*/*/*.ino"
],
"license": "CC-BY-SA-4.0"
}