From adbd2381e19b642ff8f87f8685141bec7f315d8d Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 31 Dec 2024 12:16:16 +0100 Subject: [PATCH] ignore dependencies --- lib/eModbus/library.json | 65 ---------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 lib/eModbus/library.json diff --git a/lib/eModbus/library.json b/lib/eModbus/library.json deleted file mode 100644 index 0f90e166e..000000000 --- a/lib/eModbus/library.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "name": "eModbus", - "version": "1.7.2", - "keywords": "Arduino, ESP32, Modbus, RTU, ASCII, ModbusASCII, ModbusRTU, ModbusTCP", - "description": "ModbusRTU, ModbusASCII and ModbusTCP functions for ESP32", - "homepage": "https://emodbus.github.io", - "license": "MIT", - "authors": [ - { - "name": "Bert Melis", - "url": "https://github.com/bertmelis", - "maintainer": true - }, - { - "name": "Michael Harwerth", - "url": "https://github.com/Miq1", - "email": "miq1@gmx.de", - "maintainer": true - } - ], - "repository": { - "type": "git", - "url": "https://github.com/eModbus/eModbus", - "branch": "master" - }, - "dependencies": [ - { - "owner": "me-no-dev", - "name": "AsyncTCP", - "version": "*", - "platforms": ["espressif32"] - }, - { - "owner": "me-no-dev", - "name": "ESPAsyncTCP", - "version": "*", - "platforms": ["espressif8266"] - }, - { - "name": "Ethernet", - "version": "https://github.com/arduino-libraries/Ethernet.git", - "platforms": ["espressif32"] - } - ], - "export": { - "include": - [ - "src/*.cpp", - "src/*.h", - "examples/*", - "Test/*", - ".gitignore", - "README.md", - "license.md", - "keywords.txt", - "library.properties", - "library.json" - ] - }, - "frameworks": "arduino", - "platforms": [ - "espressif32", - "espressif8266" - ] -}