Files
SNES-Gamepad/library.json
T
2023-02-09 11:54:14 +01:00

23 lines
538 B
JSON

{
"name": "SNES-Gamepad",
"version": "1.0.0",
"description": "Read SNES-Gamepad",
"keywords": "shift, register, gamepad, snes",
"repository":
{
"type": "git",
"url": "https://git.kleiax.de/PlatformIO-Libs/SNES-Gamepad.git"
},
"authors":
[
{
"name": "Alexander Klein",
"email": "alex@kleiax.de",
"url": "https://www.kleiax.de/contact"
}
],
"license": "MIT",
"homepage": "https://www.kleiax.de/",
"frameworks": "*",
"platforms": "*"
}