mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "weight",
|
|
"keywords": "weight conversion kilo gram stone lbs ounce pound",
|
|
"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"
|
|
},
|
|
"version":"0.1.1",
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|