18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"name": "uhk-bootloader",
|
|
"homepage": "https://UltimateHackingKeyboard.com",
|
|
"description": "The bootloader of the Ultimate Hacking Keyboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/UltimateHackingKeyboard/bootloader.git"
|
|
},
|
|
"author": "Ultimate Gadget Laboratories",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/UltimateHackingKeyboard/bootloader/issues"
|
|
},
|
|
"dependencies": {
|
|
"shelljs": "^0.7.8"
|
|
}
|
|
}
|