UNPKG

node-a2r-slip

Version:

RFC 1055 compliant SLIP decoder and encoder stram classes

30 lines (29 loc) 737 B
{ "name": "node-a2r-slip" , "description": "RFC 1055 compliant SLIP decoder and encoder stram classes" , "version": "0.0.1" , "keywords": ["slip", "rfc1055", "a2r"] , "author": "Alexander Jentz" , "maintainers": [{ "name": "Alexander Jentz" , "email": "me@beyama.de" , "web": "http://beyama.de/" }] , "licenses": [{ "type": "MIT" , "url": "https://github.com/beyama/node-a2r-slip/raw/master/LICENSE" }] , "repositories": [{ "type": "git" , "url": "https://github.com/beyama/node-a2r-slip" }] , "devDependencies": { "mocha": "*" , "should": "*" , "coffee-script": "*" } , "scripts": { "prepublish": "make build" , "postpublish": "make clean" } }