-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (24 loc) · 835 Bytes
/
library.json
File metadata and controls
25 lines (24 loc) · 835 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
{
"authors": [
{
"maintainer": true,
"name": "Murat TAMCI",
"url": "https://github.com/themt-co"
}
],
"description": "Arduino Parameter Parser library allows you to parse formatted plain text. It generates data. Data types can be integer, boolean, float or string. You can fetch data with name or index number.",
"export": {
"exclude": [
]
},
"frameworks": "arduino",
"keywords": "argument, named, positioned, parser, plain text",
"license": "MIT License",
"name": "ArduinoParameterParser",
"platforms": "atmelavr, espressif8266, espressif32",
"repository": {
"type": "git",
"url": "https://github.com/themt-co/ArduinoParameterParser.git"
},
"version": "1.0.0"
}