-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathlibrary.json
38 lines (38 loc) · 1019 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
38
{
"name": "SinricPro",
"keywords": "sinric, alexa, google home, iot",
"description": "Library for https://sinric.pro - simple way to connect your device to alexa and google home",
"repository": {
"type": "git",
"url": "https://github.com/sinricpro/esp8266-esp32-sdk"
},
"authors": [
{
"name": "SinricPro",
"url": "https://sinric.pro"
},
{
"name": "Boris Jaeger",
"email": "[email protected]",
"maintainer": true
}
],
"homepage": "https://sinric.pro",
"version": "3.5.1",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32", "raspberrypi"],
"dependencies": [
{
"name": "ArduinoJson",
"version": "^7.0.3",
"platforms": ["espressif32", "espressif8266", "raspberrypi"]
},
{
"name": "WebSockets",
"version": "^2.4.0",
"platforms": ["espressif32", "espressif8266", "raspberrypi"]
}
],
"examples": ["examples/*/*.ino", "examples/*/*/*.ino"],
"license": "CC-BY-SA-4.0"
}