You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
457 B
20 lines
457 B
{
|
|
"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"
|
|
}
|
|
}
|