forked from debsahu/esp8266-arduino-aws-iot-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
33 lines (33 loc) · 801 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
{
"name": "AWS IoT ESP8266 Arduino Websockets",
"keywords": "AWS, IoT, SDK, ESP8266, Websockets, sigv4, Arduino",
"description": "AWS IoT Device SDK for ESP8266/Arduino using Websockets and sigv4 authentication.",
"repository":
{
"type": "git",
"url": "https://github.com/debsahu/esp8266-arduino-aws-iot-ws"
},
"version": "0.1.4",
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies": [
{
"name": "Paho",
"authors": "Eclipse",
"frameworks": "arduino",
"platforms": "*"
},
{
"name": "WebSockets",
"authors": "Markus Sattler",
"frameworks": "arduino",
"platforms": "*"
},
{
"name": "jsmn",
"authors": "Serge Zaitsev",
"frameworks": "*",
"platforms": "*"
}
]
}