-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 743 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 743 Bytes
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
{
"name": "ESPSupabase",
"keywords": "supabase, postgresql, rest, database, IoT",
"version": "0.1.0",
"description": "A Arduino Platform Library for connecting ESP32/ESP8266 to Supabase, including user authentication",
"authors": [
{
"name": "Jhagas Hana Winaya",
"email": "jhagas@e.email"
},
{
"name": "Achmad Nashruddin Riskynanda",
"email": "achmad.riskynanda01@gmail.com"
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"examples": "examples/*/*.ino",
"dependencies": {
"bblanchon/ArduinoJson": "^7.1.0",
"links2004/WebSockets": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jhagas/ESPSupabase.git"
}
}