From f4a2dc0440d17e4c9e609e01e12fcd786d268cf7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 7 Mar 2022 13:00:31 +0100 Subject: add package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3-18-g5258