24 lines
488 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "weight",
2021-12-29 15:51:56 +01:00
"keywords": "weight,conversion,kilo,gram,stone,lbs,ounce,pound",
2021-01-29 12:31:58 +01:00
"description": "Library of weight conversion functions",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/weight"
},
2021-12-29 15:51:56 +01:00
"version": "0.1.3",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "arduino",
2021-12-29 15:51:56 +01:00
"platforms": "*",
"headers": "weight.h"
2021-01-29 12:31:58 +01:00
}