raw-modem
Version:
A library to send raw command to a modem and received the response
30 lines (29 loc) • 814 B
JSON
{
"name": "raw-modem",
"version": "0.0.7",
"description": "A library to send raw command to a modem and received the response",
"main": "index.js",
"scripts": {
"test": "tsc -p . && mocha test",
"integration-test": "tsc -p . && mocha test/integration-test",
"build": "rm -rf build && mkdir build && tsc -p . && cp package.json build/package.json && cp README.md build/README.md"
},
"keywords": [
"AT",
"hayes",
"modem",
"serial"
],
"author": "Irwansyah <irwansyah@gmail.com> (https://id.linkedin.com/in/irwansyahirwansyah)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"rxjs": "^5.0.0-beta.10",
"serialport": "^4.0.1"
},
"dependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.45"
}
}