-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlibrary.json
More file actions
62 lines (62 loc) · 1.43 KB
/
Copy pathlibrary.json
File metadata and controls
62 lines (62 loc) · 1.43 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "GeoLinker",
"version": "1.0.5",
"description": "A comprehensive library for GPS tracking and cloud data transmission with WiFi/GSM support. Features offline storage, automatic reconnection, and multi-platform compatibility.",
"keywords": "gps, geolocation, wifi, gsm, iot, esp32, esp8266, pico, rp2040, uno r4, sim800l",
"repository": {
"type": "git",
"url": "https://github.com/Circuit-Digest/GeoLinker.git"
},
"authors": [
{
"name": "Jobit Joseph",
"email": "jobitjoseph1@gmail.com",
"url": "https://github.com/jobitjoseph",
"maintainer": true
},
{
"name": "Circuit Digest",
"email": "contact@circuitdigest.com",
"url": "https://www.circuitdigest.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://www.circuitdigest.cloud/geolinker",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32",
"renesas",
"rp2040",
"atmelavr"
],
"dependencies": [
{
"name": "ArduinoJson",
"version": ">=7.0.0"
},
{
"name": "WiFiS3",
"platforms": ["renesas"],
"version": ">=1.0.0"
},
{
"name": "WiFiEspAT",
"platforms": ["*"],
"version": ">=1.0.0"
},
{
"name": "SoftwareSerial",
"platforms": ["atmelavr"],
"version": ">=1.0.0"
}
],
"export": {
"exclude": [
"tests",
"examples",
"docs"
]
}
}