Files
firmware/scripts/package.json
2017-12-14 21:51:07 +01:00

38 lines
957 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": "7.0.0",
"deviceProtocolVersion": "4.0.0",
"moduleProtocolVersion": "3.0.0",
"userConfigVersion": "4.0.0",
"hardwareConfigVersion": "1.0.0",
"devices": [
{
"deviceId": 1,
"name": "uhk60-right",
"source": "right/build/uhk60-right_release/uhk-right.hex"
}
],
"modules": [
{
"moduleId": 1,
"name": "uhk60-left",
"source": "left/build/uhk60-left_release/uhk-left.bin"
}
]
}