-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
library.json
44 lines (44 loc) · 1.43 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
37
38
39
40
41
42
43
44
{
"name": "Simple-Hydroponics-Arduino",
"version": "0.6.8.0",
"keywords": "hydroponic,hydroponics,plant,plants,crop,crops,grow,growing,growth,watering,scheduler,tracking,diy,automation,controller,monitor,system",
"description": "Hydruino: Simple automation controller for hydroponic grow systems.",
"license": "MIT",
"authors": [
{
"name": "NachtRaveVL",
"email": "[email protected]",
"url": "https://github.com/NachtRaveVL",
"maintainer": true
}
],
"homepage": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino/",
"repository": {
"type": "git",
"url": "https://github.com/NachtRaveVL/Simple-Hydroponics-Arduino.git"
},
"examples": [
{
"name": "SimpleDWC",
"base": "examples/SimpleDWC",
"files": ["SimpleDWC.ino"]
},
{
"name": "VerticalNFT",
"base": "examples/VerticalNFT",
"files": ["VerticalNFT.ino"]
},
{
"name": "FullSystem",
"base": "examples/FullSystem",
"files": ["FullSystem.ino"]
},
{
"name": "DataWriter",
"base": "examples/DataWriter",
"files": ["DataWriter.ino"]
}
],
"frameworks": ["arduino", "espidf", "mbed"],
"platforms": ["avr", "sam", "samd", "teensy", "espressif8266", "espressif32"]
}