aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
}
]