diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-07 13:00:31 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-03-07 13:00:31 +0100 |
commit | f4a2dc0440d17e4c9e609e01e12fcd786d268cf7 (patch) | |
tree | 92e51997f2fda65cb27902bb86fa742f847f9ee0 | |
parent | b5627a734fac1336bf1f5edaccac85f5e497534d (diff) |
add package.json
-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" + } +} |