cmd/library.json

21 lines
552 B
JSON
Raw Normal View History

2024-07-01 19:28:28 -05:00
{
"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",
2024-07-05 00:47:12 -05:00
"license": "MIT",
"homepage": "https://mrgeckosmedia.com",
2024-07-01 19:28:28 -05:00
"platforms": "*"
}