serialport
Version:
Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!
72 lines (71 loc) • 1.75 kB
JSON
{
"name": "serialport",
"version": "7.0.2",
"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": {
"@serialport/binding-mock": "^2.0.1",
"@serialport/bindings": "^2.0.2",
"@serialport/parser-byte-length": "^2.0.1",
"@serialport/parser-cctalk": "^2.0.1",
"@serialport/parser-delimiter": "^2.0.1",
"@serialport/parser-readline": "^2.0.1",
"@serialport/parser-ready": "^2.0.1",
"@serialport/parser-regex": "^2.0.1",
"@serialport/stream": "^2.0.1",
"commander": "^2.13.0",
"debug": "^3.1.0",
"promirepl": "^1.0.1",
"prompt-list": "^3.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"bin": {
"serialport-list": "./bin/list.js",
"serialport-repl": "./bin/repl.js",
"serialport-term": "./bin/terminal.js"
},
"license": "MIT",
"scripts": {
"repl": "node bin/repl.js",
"terminal": "node bin/terminal.js"
},
"gitHead": "4017f61620a845713f711576ba05bd47ae7601b6"
}