1234567891011121314151617181920212223242526272829 |
- {
- "name": "WebSerial",
- "keywords": "WebSerial, remote, terminal, serial, monitor, ESP8266, ESP32, webpage, websocket, wireless",
- "description": "WebSerial is a remote terminal which is accessible via browser to log, monitor or debug your firmware remotely.",
- "repository":
- {
- "type": "git",
- "url": "https://github.com/ayushsharma82/WebSerial.git"
- },
- "authors":
- [
- {
- "name": "Ayush Sharma",
- "email": "asrocks5@gmail.com",
- "maintainer": true
- }
- ],
- "version": "2.0.7",
- "frameworks": "arduino",
- "platforms": ["espressif8266", "espressif32"],
- "dependencies": [
- {
- "owner": "mathieucarbou",
- "name": "ESPAsyncWebServer",
- "version": "^3.2.4",
- "platforms": ["espressif8266", "espressif32"]
- }
- ]
- }
|