node-red-contrib-slip
Version:
SLIP decoding and encoding for Node-RED
27 lines (26 loc) • 759 B
JSON
{
"name" : "node-red-contrib-slip",
"version" : "1.1.0",
"description" : "SLIP decoding and encoding for Node-RED",
"homepage" : "http://github.com/njh/node-red-contrib-slip",
"license" : "Apache-2.0",
"repository" : {
"type": "git",
"url": "https://github.com/njh/node-red-contrib-slip.git"
},
"contributors": [
{"name": "Nicholas Humfrey", "url": "http://njh.me"},
{"name": "Nathanaël Lécaudé", "url": "http://lecaude.com"}
],
"keywords": [
"slip", "Serial Line Internet Protocol", "RFC1055", "node-red"
],
"dependencies": {
"slip": "1.0.2"
},
"node-red": {
"nodes": {
"slip": "slip.js"
}
}
}