-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 784 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 784 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
{
"name": "Arduino Materialize Layout",
"version": "2.0.0",
"description": "With this library you can quickly and easily generate web pages powered by Materialize. Library allows you to listen for button click, input events and dynamically update texts on the page",
"keywords": "materialize, layout, webpage, web page, generate, generate web page, material design",
"repository":
{
"type": "git",
"url": "https://github.com/Di-Strix/ArduinoMaterializeLayout"
},
"authors":
[
{
"name": "Andrew Ushakov",
"url": "https://github.com/Di-Strix"
}
],
"license": "MIT",
"dependencies": {
"bblanchon/ArduinoJson": "^6.17.2",
"me-no-dev/ESP Async WebServer": "^1.2.3"
},
"frameworks": "Arduino",
"platforms": "espressif8266"
}