Files
agent/packages/uhk-usb/package.json
Róbert Kiss c4d7318686 chore: make firmware update log shorter (#675)
* chore: add lodash to the roor package.json

* chore: make firmware update log shorter
2018-06-13 10:07:40 +02:00

18 lines
315 B
JSON

{
"name": "uhk-usb",
"version": "1.0.0",
"description": "Agent preliminary USB code",
"main": "dist/index.js",
"license": "GPL-3.0",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "8.0.28"
},
"dependencies": {
"node-hid": "0.5.7",
"uhk-common": "1.0.0"
}
}