UNPKG

sx127x

Version:

Node.js driver for Semtech SX1276/77/78/79 based LoRa radios

39 lines (38 loc) 826 B
{ "name": "sx127x", "version": "0.0.0", "description": "Node.js driver for Semtech SX1276/77/78/79 based LoRa radios", "main": "index.js", "scripts": { "test": "jshint *.js lib/. examples/." }, "repository": { "type": "git", "url": "git+https://github.com/sandeepmistry/node-sx127x.git" }, "keywords": [ "Semtech", "SX1276", "SX1277", "SX1278", "SX1279", "LoRa" ], "author": "Sandeep Mistry <sandeep.mistry@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/sandeepmistry/node-sx127x/issues" }, "homepage": "https://github.com/sandeepmistry/node-sx127x#readme", "dependencies": { "async": "^2.1.2", "onoff": "^1.1.1", "spi-device": "^0.2.4" }, "os": [ "linux" ], "devDependencies": { "jshint": "^2.9.4" } }