-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlibrary.json
39 lines (39 loc) · 986 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
39
{
"name": "OOCSI",
"version": "1.5.18",
"description": "OOCSI client library for easy connection and communication with the ESP32, ESP8266, Arduino MKR1000, Nano 33 IoT, RP2040, and Arduno Uno R4 WiFi modules over the OOCSI platform.",
"keywords": "connectivity, communication, middleware, IoT, industrial design, prototyping",
"repository":
{
"type": "git",
"url": "https://github.com/iddi/oocsi-esp.git"
},
"authors":
[
{
"name": "Mathias Funk",
"email": "[email protected]",
"url": "https://mathias-funk.com",
"maintainer": true
},
{
"name": "Eden Chiang",
"email": "[email protected]",
"url": "https://github.com/edenchiang"
},
{
"name": "Jort Band",
"email": "[email protected]"
}
],
"license": "MIT",
"homepage": "https://oocsi.net/",
"dependencies": {
"bblanchon/ArduinoJson": "~7.2.0"
},
"exclude": [
"temp"
],
"frameworks": "*",
"platforms": "*"
}