@palettegear/serialport
Version:
Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
63 lines (62 loc) • 1.61 kB
JSON
{
"name": "@palettegear/serialport",
"version": "7.3.0",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
"main": "lib",
"repository": {
"type": "git",
"url": "git://github.com/node-serialport/node-serialport.git"
},
"keywords": [
"ccTalk",
"com port",
"data logging",
"hardware",
"iot",
"johnny-five",
"modem",
"nodebots",
"RFID",
"robotics",
"sensor",
"serial port",
"serial",
"serialport",
"sms gateway",
"sms",
"stream",
"tty",
"UART"
],
"maintainers": [
{
"name": "Francis Gulotta",
"email": "wizard@roborooter.com",
"url": "https://www.roborooter.com"
},
{
"name": "Maybe you? Come and help out!",
"url": "https://github.com/node-serialport"
}
],
"dependencies": {
"@palettegear/serialport-binding-mock": "^2.0.6",
"@palettegear/serialport-bindings": "^2.0.9",
"@palettegear/serialport-parser-byte-length": "^2.0.4",
"@palettegear/serialport-parser-cctalk": "^2.0.4",
"@palettegear/serialport-parser-delimiter": "^2.0.4",
"@palettegear/serialport-parser-readline": "^2.0.4",
"@palettegear/serialport-parser-ready": "^2.0.4",
"@palettegear/serialport-parser-regex": "^2.0.4",
"@palettegear/serialport-stream": "^2.0.6",
"debug": "^4.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"license": "MIT",
"scripts": {
"repl": "node bin/repl.js"
},
"gitHead": "fcbc6878855bdbc03666c3cda4753fe05f50ef6a"
}