diff options
| author | gmpreussner <github@gerke-preussner.de> | 2015-04-11 10:34:45 -0400 |
|---|---|---|
| committer | gmpreussner <github@gerke-preussner.de> | 2015-04-11 10:34:45 -0400 |
| commit | 43277dcf5afb51f885759437de962aa7c9434119 (patch) | |
| tree | 95756e1b533c9932690792d28233c38937364171 | |
| parent | 0c178a7d807aad546af54bad5441fb7058e798c2 (diff) | |
| download | packages-43277dcf5afb51f885759437de962aa7c9434119.tar.gz packages-43277dcf5afb51f885759437de962aa7c9434119.zip | |
Added io-serialport.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" } ] |
