Files
firmware/scripts/package.json

38 lines
928 B
JSON

{
"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"
},
"dependencies": {
"commander": "^2.11.0",
"shelljs": "^0.7.8"
},
"firmwareVersion": "8.4.4",
"deviceProtocolVersion": "4.4.0",
"moduleProtocolVersion": "4.0.0",
"userConfigVersion": "4.1.0",
"hardwareConfigVersion": "1.0.0",
"devices": [
{
"deviceId": 1,
"name": "uhk60-right",
"source": "right/build_make/uhk_right.hex"
}
],
"modules": [
{
"moduleId": 1,
"name": "uhk60-left",
"source": "left/build_make/uhk_left.bin"
}
]
}