-
Notifications
You must be signed in to change notification settings - Fork 4
/
library.json
32 lines (32 loc) · 883 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
{
"name": "SimpleNB",
"version": "1.0.0",
"description": "A simple Arduino library for communicating with NB-IoT/CAT-M1 modules with AT command interfaces.",
"keywords": "AT commands, AT, SIM7000, SIM7020, SIM7070, SIM7080, SIM7090, BG96, SARA-R410M, ublox, Quectel, SIMCOM, NB-IoT, CAT-M1, LTE-M",
"authors": [
{
"name": "Henry Cheung",
"url": "https://github.com/techstudio.design",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/techstudio-design/SimpleNB.git"
},
"homepage": "https://github.com/techstudio-design/SimpleNB",
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"frameworks": ["arduino"],
"platforms": "*",
"examples": "examples/*/*.ino"
}