-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
91 lines (89 loc) · 1.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "PostMan",
"version": "1.18.6",
"keywords": "GSM, Modem, GPRS, 2G, IoT, Telit, GE910, LE910, Backend, Cloud, PostOffice, API",
"description": "GSM Based IoT, Cloud Server Integration Library.",
"authors":
{
"name": "Mehmet Gunce Akkoyun",
"email": "[email protected]",
"url": "https://github.com/akkoyun"
},
"license": "MIT",
"frameworks": "arduino",
"headers": "PostOffice.h",
"platforms":
[
"atmelavr",
"atmelmegaavr"
],
"repository":
{
"type": "git",
"url": "https://github.com/akkoyun/PostMan"
},
"dependencies":
[
{
"owner": "akkoyun",
"name": "AT_Command",
"version": "^1.0.0"
},
{
"owner": "akkoyun",
"name": "RV3028",
"version": "^1.7.0"
},
{
"owner": "akkoyun",
"name": "Environment",
"version": "^5.8.2"
},
{
"owner": "akkoyun",
"name": "MAX17055",
"version": "^2.3.3"
},
{
"owner": "akkoyun",
"name": "BQ24298",
"version": "^2.3.0"
},
{
"owner": "akkoyun",
"name": "DS28C",
"version": "^1.1.1"
},
{
"owner": "akkoyun",
"name": "Variable",
"version": "^1.0.0"
},
{
"owner": "akkoyun",
"name": "MD5",
"version": "^1.0.0"
},
{
"owner": "akkoyun",
"name": "JSON",
"version": "^1.0.0"
}
],
"examples": [
{
"name": "PostOffice Sample",
"base": "examples/Initialize",
"files": [
"Initialize.ino"
]
},
{
"name": "WeatherStat Sample",
"base": "examples/WeatherStat",
"files": [
"WeatherStat.ino"
]
}
]
}