-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 796 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 796 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
29
{
"name": "Esp32-RBGridUI",
"keywords": "ESP32, RBProtocol, RB3201, Robotarna, RobotikaBrno, RoboticsBrno",
"description": "Web-based grid UI library for RBController app by RoboticsBrno.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/RB3201-RBProtocol-library.git"
},
"authors": [
{
"name": "Vojtech Bocek",
"email": "vbocek@gmail.com",
"maintainer": true
}
],
"version": "5.4.1",
"frameworks": ["espidf", "arduino"],
"platforms": "espressif32",
"dependencies": [
{
"name": "RB3201-RBProtocol",
"version": "https://github.com/RoboticsBrno/RB3201-RBProtocol-library/archive/refs/tags/v14.0.4.zip"
}
],
"build": {
"extraScript": "rbgridui_post_extra_script.py"
}
}