26 lines
659 B
JSON
26 lines
659 B
JSON
{
|
|
"name": "MotorControl",
|
|
"version": "1.0.0",
|
|
"description": "Control Motor with end stops.",
|
|
"keywords": "motor, direction, engine, end stops",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.kleiax.de/PlatformIO-Libs/MotorControl.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Alexander Klein",
|
|
"email": "alex@kleiax.de",
|
|
"url": "https://www.kleiax.de/contact"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://www.kleiax.de/",
|
|
"dependencies": {
|
|
"external-repo" : "https://git.kleiax.de/PlatformIO-Libs/Motor.git#v1.0"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
} |