From 43277dcf5afb51f885759437de962aa7c9434119 Mon Sep 17 00:00:00 2001 From: gmpreussner Date: Sat, 11 Apr 2015 10:34:45 -0400 Subject: [PATCH] Added io-serialport. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 6d63721..2f20712 100644 --- a/packages.json +++ b/packages.json @@ -1326,5 +1326,14 @@ "description": "Bindings for Closure Compiler web API.", "license": "MIT", "web": "https://github.com/yglukhov/closure_compiler" + }, + { + "name": "io-serialport", + "url": "git://github.com/nimious/io-serialport.git", + "method": "git", + "tags": ["binding", "libserialport", "serial", "communication"], + "description": "Bindings for libserialport, the cross-platform serial communication library.", + "license": "MIT", + "web": "https://github.com/nimious/io-serialport" } ]