-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
30 lines (30 loc) · 729 Bytes
/
library.json
File metadata and controls
30 lines (30 loc) · 729 Bytes
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
{
"name": "PseudoMuninNode",
"description": "A library to run munin-node compatible pseudo server on the devices that supports Wi-Fi like ESP32 and similar ones.",
"version": "1.0.3",
"frameworks": "arduino",
"platforms": ["espressif32", "espressif8266"],
"license": "MIT",
"keywords": "munin,munin-node,monitoring",
"repository": {
"type": "git",
"url": "https://github.com/smdn/PseudoMuninNode"
},
"homepage": "https://smdn.jp/electronics/PseudoMuninNode/",
"authors": [
{
"name": "smdn",
"url": "https://github.com/smdn/",
"maintainer": true
}
],
"build": {
"srcFilter": [
"+<*.cpp>",
"+<*.h>"
]
},
"examples": [
"examples/*/*.ino"
]
}