26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"name": "Motor",
|
|
"version": "1.0.0",
|
|
"description": "Control Motor with simple Class.",
|
|
"keywords": "motor, direction, engine",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/username/hello-world.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Alexander Klein",
|
|
"email": "alex@kleiax.de",
|
|
"url": "https://www.kleiax.de/contact"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://www.kleiax.de/",
|
|
"dependencies": {
|
|
"https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0": "v1.0"
|
|
},
|
|
"frameworks": "*",
|
|
"platforms": "*"
|
|
} |