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

24 lines
458 B
JSON
Raw Normal View History

2022-12-29 10:15:53 -05:00
{
"name": "LUHN",
"keywords": "checksum,validation",
"description": "Arduino Library for calculating LUHN checksum.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/LUHN.git"
},
2023-10-26 11:14:51 -04:00
"version": "0.2.1",
2022-12-29 10:15:53 -05:00
"license": "MIT",
2023-10-26 11:14:51 -04:00
"frameworks": "*",
2022-12-29 10:15:53 -05:00
"platforms": "*",
"headers": "LUHN.h"
}