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"
|
|
|
|
},
|
2022-10-30 15:44:02 -04:00
|
|
|
"version": "0.1.7",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2021-03-01 04:11:54 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-14 16:17:29 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "currency.h"
|
2021-03-01 04:11:54 -05:00
|
|
|
}
|