forked from robdobsn/RaftWebServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
36 lines (36 loc) · 830 Bytes
/
library.json
File metadata and controls
36 lines (36 loc) · 830 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
30
31
32
33
34
35
36
{
"name": "RaftWebServer",
"version": "1.7.1",
"description": "Reliable Web Server for ESP32 (with file/REST API/WebSocket/Server-Side-Events/etc)",
"keywords": "web, server, webserver, esp32, websocket, sse",
"repository": {
"type": "git",
"url": "https://github.com/robdobsn/RaftWebServer"
},
"authors": [
{
"name": "Rob Dobson",
"email": "rob@dobson.com",
"url": "https://robdobson.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://robdobson.com/reliable-web-serving-on-esp32",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"espressif8266"
],
"build": {
"srcDir": "src",
"includeDir": "src",
"libLDFMode": "deep+",
"libArchive": false,
"flags": [
"-Icomponents/RaftWebServer"
]
}
}