-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
library.json
45 lines (45 loc) · 1.19 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
{
"name": "sx127x",
"version": "4.0.1",
"description": "Library to work with Semtech chips SX1276/SX1277/SX1278/SX1279",
"keywords": "sx127x, lora, sx1278, sx1276, sx1277, sx1279",
"repository": {
"type": "git",
"url": "https://github.com/dernasherbrezon/sx127x.git"
},
"authors": [
{
"name": "Andrey Rodionov",
"email": "dernasherbrezon@gmail.com",
"url": "https://dernasherbrezon.com",
"maintainer": true
}
],
"license": "Apache-2.0",
"homepage": "https://github.com/dernasherbrezon/sx127x",
"frameworks": "*",
"platforms": "espressif32",
"export": {
"exclude": [
"**/build",
"**/dist",
"**/debug",
"**/Debug",
"**/sdkconfig",
"**/sdkconfig.old",
"**/dependencies.lock",
"**/cmake-build-*",
"**/.idea",
"**/.DS_Store",
"**/.git",
"**/.settings",
"**/.gitignore",
"**/*_linux_*",
"./test",
"./.github"
]
},
"build": {
"extraScript": "extra_script.py"
}
}