aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-03-07 13:00:31 +0100
committerHampusM <hampus@hampusmat.com>2022-03-07 13:00:31 +0100
commitf4a2dc0440d17e4c9e609e01e12fcd786d268cf7 (patch)
tree92e51997f2fda65cb27902bb86fa742f847f9ee0
parentb5627a734fac1336bf1f5edaccac85f5e497534d (diff)
add package.json
-rw-r--r--package.json17
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"
+ }
+}