modem-serial
Version:
Communication module for serial modems control: This NodeJS utility aims to make it easy to interact with USB dongles, providing functions to get info, connect, make calls with just an API call.
32 lines (31 loc) • 825 B
JSON
{
"name": "modem-serial",
"version": "0.2.4",
"description": "Communication module for serial modems control: This NodeJS utility aims to make it easy to interact with USB dongles, providing functions to get info, connect, make calls with just an API call.",
"keywords": [
"dongle",
"modem",
"GSM",
"serial"
],
"main": "index.js",
"scripts": {
"test": "DEBUG=modem-serial:* node tests/index.js && exit 1"
},
"author": "afharo",
"homepage": "https://github.com/afharo/modem-serial",
"bugs": {
"url": "https://github.com/afharo/modem-serial/issues"
},
"license": "MIT",
"repository": {
"type" : "git",
"url" : "git+https://github.com/afharo/modem-serial.git"
},
"dependencies": {
"serialport": "^1.7.4"
},
"devDependencies": {
"debug": "^2.2.0"
}
}