forked from UltimateHackingKeyboard/firmware
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Software should not be designed as broken by default!)
- Loading branch information
1 parent
f6ff8e5
commit 83d304f
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "uhk-firmware", | ||
"private": true, | ||
"homepage": "https://UltimateHackingKeyboard.com", | ||
"description": "The firmware of the Ultimate Hacking Keyboard", | ||
"homepage": "https://github.com/kareltucek/firmware", | ||
"description": "Karel Tucek's fork of the Ultimate Hacking Keyboard firmware", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/UltimateHackingKeyboard/firmware.git" | ||
"url": "git+ssh://[email protected]/kareltucek/firmware.git" | ||
}, | ||
"author": "Ultimate Gadget Laboratories", | ||
"author": "Ultimate Gadget Laboratories, further modified by Karel Tucek", | ||
"license": "See in LICENSE", | ||
"bugs": { | ||
"url": "https://github.com/UltimateHackingKeyboard/firmware/issues" | ||
"url": "https://github.com/kareltucek/firmware/issues" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.11.0", | ||
|