mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
23 lines
425 B
JSON
23 lines
425 B
JSON
{
|
|
"name": "ellipse",
|
|
"keywords": "ellipse, circle ",
|
|
"description": "Arduino library for ellipse class",
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Rob Tillaart",
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/RobTillaart/ellipse.git"
|
|
},
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
}
|