Files
firmware/scripts/package.json
2017-10-31 23:36:15 +01:00

23 lines
620 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"
},
"version": "2.1.0",
"dataModelVersion": "1.0.0",
"usbProtocolVersion": "1.2.0",
"slaveProtocolVersion": "2.1.0"
}