-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
50 lines (50 loc) · 1.07 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
45
46
47
48
49
50
{
"name": "Gel",
"version": "0.0.1",
"description": "Gary's Embedded Library",
"keywords": "embedded",
"repository":
{
"type": "git",
"url": "https://github.com/gvcallen/gel"
},
"authors":
[
{
"name": "Gary Allen",
"email": "gvcalle@gmail.com",
"url": "https://www.github.com/gvcallen"
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"build":
{
"flags":
[
"-ISource/LoRaLib/src",
"-ISource/LoRaLib/src/modules",
"-ISource/LoRaLib/src/protocols",
"-I LoRaLib/src/modules",
"-I LoRaLib/src/modules/protocols",
"-ISource/include",
"-ISource/src",
"-I LoRaLib/src"
]
},
"dependencies":
{
"wollewald/MPU9250_WE": "^1.2.7",
"mikalhart/TinyGPSPlus": "*",
"etlcpp/Embedded Template Library": "^20.38.2",
"sandeepmistry/LoRa": "^0.8.0",
"SPI": "*",
"Wire": "*",
"EEPROM": "*",
"tomstewart89/BasicLinearAlgebra": "^4.1",
"paulstoffregen/Time": "^1.6.1",
"LoRaLib": "*",
"SoftwareSerial": "*"
}
}