-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlibrary.json
More file actions
27 lines (27 loc) · 879 Bytes
/
library.json
File metadata and controls
27 lines (27 loc) · 879 Bytes
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
{
"name": "GSM Library",
"description": "SIM900/SIM800 Library that using Flow Control for higher baudrate and minimum error rate.",
"keywords": "arduino, gsm, sim900, sim800",
"authors": [{
"name": "Farid Inawan",
"email": "frdteknikelektro@gmail.com",
"url": "https://github.com/frdteknikelektro",
"maintainer": true
}, {
"name": "Winneryanto Dwi Indra",
"email": "winneryanto.dwi.indra@gmail.com",
"url": "https://github.com/Winneryanto"
}, {
"name": "Zandy Yudha Perwira",
"email": "zandy.yudha.p@gmail.com",
"url": "https://github.com/GusZandy"
}],
"repository": {
"type": "git",
"url": "https://github.com/Atnic/GSM-library.git"
},
"version": "0.7.4",
"license": "MIT",
"frameworks": ["arduino"],
"platforms": ["atmelavr"]
}