-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 852 Bytes
/
Copy pathlibrary.json
File metadata and controls
25 lines (25 loc) · 852 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
{
"name": "AlashSerialTerminal",
"version": "1.1.4",
"keywords": "arduino, library, serial, terminal, ascii, commands, arguments, command-line, parser, build scripts, documentation, examples",
"description": "Universal Serial Terminal library for Arduino to parse ASCII commands and arguments.",
"homepage": "https://github.com/Alash-electronics/AlashSerialTerminal",
"license": "MIT",
"authors": {
"name": "Alash-electronics",
"url": "https://github.com/Alash-electronics",
"maintainer": true
},
"repository": {
"type": "git",
"url": "https://github.com/Alash-electronics/AlashSerialTerminal.git",
"branch": "master"
},
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"espressif32"
]
}