diff options
| author | Gerke Max Preussner <github@gerke-preussner.de> | 2015-02-17 15:43:22 -0500 |
|---|---|---|
| committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-18 21:37:10 -0500 |
| commit | 3817817153e6248e7b356ee7a4a69073ead8b8ad (patch) | |
| tree | f60753fb1f2736e5b7593e69ded3aa9066e8099b | |
| parent | 9f847420a991917bdc88b84a677a0d5c586509f8 (diff) | |
| download | packages-3817817153e6248e7b356ee7a4a69073ead8b8ad.tar.gz packages-3817817153e6248e7b356ee7a4a69073ead8b8ad.zip | |
Added io-usb.
| -rw-r--r-- | packages.json | 9 |
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" } ] |
