-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
33 lines (33 loc) · 857 Bytes
/
library.json
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
{
"name": "Modbus-Serial",
"version": "2.0.6",
"keywords": "modbus, server, slave, rtu, serial",
"description": "A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Over serial line implementation (OSI 2/OSI 1)",
"homepage": "https://epsilonrt.github.io/modbus-serial",
"authors":
[
{
"name": "Pascal JEAN aka epsilonrt",
"url": "https://github.com/epsilonrt",
"maintainer": true
},
{
"name": "André Sarmento Barbosa",
"url": "https://github.com/andresarmento"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/epsilonrt/modbus-serial.git"
},
"license": "BSD-3-Clause",
"examples":[
"examples/*/*.ino"
],
"dependencies": {
"epsilonrt/Modbus-Arduino": "^1.2.0"
},
"frameworks": "arduino",
"platforms": "*"
}