-
Notifications
You must be signed in to change notification settings - Fork 55
/
library.json
37 lines (37 loc) · 952 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
34
35
36
37
{
"name": "MCCI Arduino LoRaWAN Library",
"keywords": "ttn, lora, the things network, lorawan, helium, chirpstack",
"description": "High-level library for LoRaWAN-based Arduino end-devices",
"repository":
{
"type": "git",
"url": "https://github.com/mcci-catena/arduino-lorawan"
},
"authors":
[
{
"name": "Terry Moore",
"email": "[email protected]",
"maintainer": true
},
{
"name": "ChaeHee Won"
}
],
"dependencies":
[
{
"name": "MCCI LoRaWAN LMIC library",
"version": "https://github.com/mcci-catena/arduino-lmic.git",
"authors": ["Matthijs Kooijman <[email protected]>", "Terry Moore <[email protected]>"]
},
{
"name": "MCCI Arduino Development Kit ADK",
"version": "https://github.com/mcci-catena/Catena-mcciadk.git",
"authors": ["Terry Moore <[email protected]>"]
}
],
"version": "0.10.0",
"frameworks": "arduino",
"platforms": "*"
}