modem-commands
Version:
Allows you to use your GSM modems on node. It offers a very simple API
29 lines (28 loc) • 749 B
JSON
{
"name": "modem-commands",
"version": "0.0.8",
"description": "Allows you to use your GSM modems on node. It offers a very simple API",
"main": "modem-commands/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reyespaolo/modem-commands.git"
},
"keywords": [
"Modem",
"AT",
"Commands"
],
"author": "Paolo Brainard M. Reyes <xreyes.paolox@gmail.com> (http://360logix.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/reyespaolo/modem-commands/issues"
},
"homepage": "https://github.com/reyespaolo/modem-commands#readme",
"dependencies": {
"pdu": "^1.1.0",
"serialport": "^6.2.0"
}
}