cmd/library.json
2024-07-01 19:56:44 -05:00

19 lines
485 B
JSON

{
"name": "cmd",
"description": "A serial command line interface with buffer editing.",
"keywords": "serial, cmd, communication, processing, command",
"authors":
{
"name": "James Coleman",
"email": "grmrgecko@gmail.com",
"url": "https://github.com/GRMrGecko"
},
"repository":
{
"type": "git",
"url": "https://github.com/GRMrGecko/cmd.git"
},
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "*"
}