Files
agent/packages/usb/package.json
Róbert Kiss 9b815ed9c1 chore: upgrade angular to 5.3.9 and typescript to 2.6.2 (#605)
* chore: upgrade angular to 5.3.9 and typescript to 2.6.2

* fix electron renderer build

* fix webpack config

* format webpack.config

* fix renderer build
2018-04-10 19:52:58 +02:00

24 lines
492 B
JSON

{
"name": "agent-usb",
"version": "1.0.0",
"description": "Agent USB scripts",
"main": "uhk.js",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "8.0.28",
"shx": "0.2.2",
"typescript": "2.6.2"
},
"dependencies": {
"chalk": "2.1.0",
"commander": "^2.11.0",
"decompress": "^4.2.0",
"decompress-tarbz2": "^4.1.1",
"node-hid": "0.5.7",
"shelljs": "^0.7.8",
"tmp": "0.0.33",
"uhk-common": "1.0.0",
"uhk-usb": "1.0.0"
}
}