From 3817817153e6248e7b356ee7a4a69073ead8b8ad Mon Sep 17 00:00:00 2001 From: Gerke Max Preussner Date: Tue, 17 Feb 2015 15:43:22 -0500 Subject: [PATCH] Added io-usb. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index cd8fd79..94c71b4 100644 --- a/packages.json +++ b/packages.json @@ -1254,5 +1254,14 @@ "description": "Bindings for the InterSense SDK", "license": "MIT", "web": "https://github.com/nimious/io-isense" + }, + { + "name": "io-usb", + "url": "git://github.com/nimious/io-usb.git", + "method": "git", + "tags": ["binding", "usb", "libusb"], + "description": "Bindings for libusb, the cross-platform user library to access USB devices.", + "license": "MIT", + "web": "https://github.com/nimious/io-usb" } ]