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

24 lines
529 B
JSON
Raw Normal View History

2021-03-01 04:11:54 -05:00
{
"name": "currency",
2021-10-20 05:24:55 -04:00
"keywords": "currency, bitcoin, dollar, euro, roubles, yen, yuan",
2021-03-01 04:11:54 -05:00
"description": "Arduino library to help formatting integers as currency e.g. $ 1.000.000,00. ",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/currency"
},
2023-10-19 06:05:17 -04:00
"version": "0.1.8",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-19 06:05:17 -04:00
"frameworks": "*",
2021-12-14 16:17:29 -05:00
"platforms": "*",
"headers": "currency.h"
2021-03-01 04:11:54 -05:00
}