16 lines
411 B
JSON
16 lines
411 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|