Subversion Repositories ESP8266_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 raymond 1
{
2
  "name": "ESPAsyncWebServer",
3
  "version": "3.11.0",
4
  "description": "Asynchronous HTTP and WebSocket Server Library for ESP32, ESP8266 and RP2040. Supports: WebSocket, SSE, Authentication, Arduino Json 7, File Upload, Static File serving, URL Rewrite, URL Redirect, etc.",
5
  "keywords": "http,async,websocket,webserver",
6
  "homepage": "https://github.com/ESP32Async/ESPAsyncWebServer",
7
  "repository": {
8
    "type": "git",
9
    "url": "https://github.com/ESP32Async/ESPAsyncWebServer.git"
10
  },
11
  "authors":
12
  {
13
    "name": "ESP32Async",
14
    "maintainer": true
15
  },
16
  "license": "LGPL-3.0",
17
  "frameworks": "arduino",
18
  "platforms": [
19
    "espressif32",
20
    "espressif8266",
21
    "raspberrypi",
22
    "libretiny"
23
  ],
24
  "dependencies": [
25
    {
26
      "owner": "ESP32Async",
27
      "name": "AsyncTCP",
28
      "version": "^3.4.10",
29
      "platforms": [
30
        "espressif32",
31
        "libretiny"
32
      ]
33
    },
34
    {
35
      "owner": "ESP32Async",
36
      "name": "ESPAsyncTCP",
37
      "version": "^2.0.0",
38
      "platforms": "espressif8266"
39
    },
40
    {
41
      "name": "Hash",
42
      "platforms": [
43
        "espressif8266",
44
        "raspberrypi"
45
      ]
46
    },
47
    {
48
      "owner": "ayushsharma82",
49
      "name": "RPAsyncTCP",
50
      "version": "^1.3.2",
51
      "platforms": "raspberrypi"
52
    }
53
  ],
54
  "export": {
55
    "include": [
56
      "examples",
57
      "src",
58
      "library.json",
59
      "library.properties",
60
      "LICENSE",
61
      "README.md"
62
    ]
63
  }
64
}