From 7da33c606b6e41a77975bf96c71c8d410030c490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 11 Oct 2017 03:14:45 +0200 Subject: [PATCH] Add package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..1155748f9 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "uhk-firmware", + "homepage": "https://UltimateHackingKeyboard.com", + "description": "The firmware of the Ultimate Hacking Keyboard", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/UltimateHackingKeyboard/firmware.git" + }, + "author": "Ultimate Gadget Laboratories", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/UltimateHackingKeyboard/firmware/issues" + }, + "version": "2.0.0", + "dataModelVersion": "1.0.0", + "usbProtocolVersion": "1.1.0", + "slaveProtocolVersion": "2.0.0" +}