2021-03-01 10:11:54 +01:00
|
|
|
{
|
|
|
|
"name": "currency",
|
2021-10-20 11:24:55 +02:00
|
|
|
"keywords": "currency, bitcoin, dollar, euro, roubles, yen, yuan",
|
2021-03-01 10:11:54 +01: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 20:44:02 +01:00
|
|
|
"version": "0.1.7",
|
2021-05-28 14:16:25 +02:00
|
|
|
"license": "MIT",
|
2021-03-01 10:11:54 +01:00
|
|
|
"frameworks": "arduino",
|
2021-12-14 22:17:29 +01:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "currency.h"
|
2021-03-01 10:11:54 +01:00
|
|
|
}
|