{ "name": "lora-gateway", "version": "0.0.1", "description": "A bidirectional single-channel The Things Network gateway.", "main": "gateway.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.starbeamrainbowlabs.com:sbrl/TheThingsNetworkGateway.git" }, "author": "Starbeamrainbowlabs", "license": "MPL-2.0", "dependencies": { "gpio": "^0.2.10", "spi": "^0.2.0" } }