GY-63_MS5611/libraries/ANSI/library.json

24 lines
478 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "ANSI",
"keywords": "VT100, Tera Term, putty, Terminal",
2023-01-31 20:16:44 +01:00
"description": "Arduino library to send ANSI escape sequences.",
2021-01-29 12:31:58 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/ANSI.git"
},
2023-02-27 11:33:43 +01:00
"version": "0.2.0",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-13 16:45:59 +01:00
"platforms": "*",
"headers": "ansi.h"
2021-01-29 12:31:58 +01:00
}