@jmkristian/node-vara
Version:
Communicate via radio in the style of node net, using a VARA FM or VARA HF modem.
34 lines (33 loc) • 806 B
JSON
{
"name": "@jmkristian/node-vara",
"version": "1.0.2",
"description": "Communicate via radio in the style of node net, using a VARA FM or VARA HF modem.",
"main": "index.js",
"engines": {
"node": ">=8.17.0"
},
"dependencies": {},
"devDependencies": {
"bunyan": "^1.8.15",
"jasmine": "^4.6.0",
"sinon": "^15.0.2"
},
"scripts": {
"test": "node ./checknode.js && jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmkristian/node-vara.git"
},
"keywords": [
"VARA",
"radio",
"modem"
],
"author": "John Kristian",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jmkristian/node-vara/issues"
},
"homepage": "https://github.com/jmkristian/node-vara#readme"
}