diff options
-rw-r--r-- | package.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..20efd60 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "framework-arduino-avr-xinput", + "version": "1.0.4", + "description": "AVR boards package for the ArduinoXInput project", + "keywords": [ + "framework", + "arduino", + "microchip", + "avr" + ], + "homepage": "https://git.hampusmat.com/arduino-avr-xinput", + "license": "LGPL-2.1-or-later", + "repository": { + "type": "git", + "url": "https://git.hampusmat.com/arduino-avr-xinput" + } +} |