-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
39 lines (39 loc) · 1.04 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
{
"name": "LoraStack",
"keywords": "ttn, lora, things, network",
"description": "Arduino Library for LoraWAN and The Things Network",
"repository":
{
"type": "git",
"url": "https://github.com/frankleonrose/LoraStack.git"
},
"authors":
[
{
"name": "Frank Leon Rose",
"email": "[email protected]",
"maintainer": true
}
],
"dependencies":
[
{
"name": "MCCI Arduino LoRaWAN Library",
"version": "https://github.com/mcci-catena/arduino-lorawan.git",
"authors": ["Terry Moore <[email protected]>", "ChaeHee Won"]
},
{
"name": "Arduino Logging Library",
"version": "https://github.com/frankleonrose/Arduino-logging-library.git",
"authors": ["Bernd Klein <[email protected]>", "Frank Leon Rose <[email protected]>"]
},
{
"name": "ParameterStore",
"version": "https://github.com/frankleonrose/ParameterStore.git",
"authors": ["Frank Leon Rose <[email protected]>"]
}
],
"version": "0.1.0",
"frameworks": "arduino",
"platforms": "*"
}