2019-05-20 11:18:25 +00:00
|
|
|
{
|
2019-07-04 16:18:38 +00:00
|
|
|
"name": "lorawan-signal-mapping",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A LoRaWAN signal mapping system. Comprised of several distinct parts.",
|
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/Msc-Summer-Project/"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"lora",
|
|
|
|
"ttn",
|
|
|
|
"arduino",
|
|
|
|
"mapping"
|
|
|
|
],
|
|
|
|
"author": "Starbeamrainbowlabs",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@iarna/toml": "^2.2.3",
|
2019-07-17 13:16:24 +00:00
|
|
|
"@tensorflow/tfjs-node-gpu": "^1.2.3",
|
2019-07-15 10:46:41 +00:00
|
|
|
"aes-js": "^3.1.2",
|
2019-07-08 15:06:06 +00:00
|
|
|
"async-mqtt": "^2.3.0",
|
2019-07-04 16:18:38 +00:00
|
|
|
"awilix": "^4.2.2",
|
|
|
|
"better-sqlite3": "^5.4.0",
|
2019-07-08 14:42:05 +00:00
|
|
|
"debug": "^4.1.1",
|
|
|
|
"simple-mqtt-client": "^1.0.1"
|
2019-07-04 16:18:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/better-sqlite3": "^5.4.0"
|
|
|
|
}
|
2019-05-20 11:18:25 +00:00
|
|
|
}
|