-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
36 lines (36 loc) · 1.1 KB
/
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
34
35
36
{
"name": "GroPointModbus",
"version": "0.1.1",
"keywords": "GroPoint, Modbus, communication, bus, sensor",
"description": "Arduino library for communication with GroPoint soil moisture sensors via Modbus.",
"repository": {
"type": "git",
"url": "https://github.com/EnviroDIY/GroPointModbus.git"
},
"authors": [
{
"name": "Anthony Aufdenkampe",
"email": "[email protected]",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam"],
"dependencies": [
{
"name": "SensorModbusMaster",
"library id": "1824",
"url": "https://github.com/EnviroDIY/SensorModbusMaster.git",
"version": ">=0.7.1",
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
"authors": ["Sara Damiano"],
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam"]
}
],
"examples": ["examples/*/*.ino", "utilities/*/*.ino"],
"export": {
"exclude": ["doc/*", "continuous_integration/*"]
}
}