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-19 14:36:21 +00:00
|
|
|
"@tensorflow/tfjs": "^1.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",
|
2019-07-19 14:36:21 +00:00
|
|
|
"leaflet": "^1.5.1",
|
|
|
|
"postcss-copy": "^7.1.0",
|
|
|
|
"postcss-import": "^12.0.1",
|
|
|
|
"rollup-plugin-terser": "^5.1.1",
|
2019-07-08 14:42:05 +00:00
|
|
|
"simple-mqtt-client": "^1.0.1"
|
2019-07-04 16:18:38 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-19 14:36:21 +00:00
|
|
|
"@types/better-sqlite3": "^5.4.0",
|
|
|
|
"rollup": "^1.17.0",
|
|
|
|
"rollup-plugin-commonjs": "^10.0.1",
|
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
|
|
"rollup-plugin-postcss": "^2.0.3",
|
|
|
|
"rollup-plugin-replace": "^2.2.0"
|
2019-07-04 16:18:38 +00:00
|
|
|
}
|
2019-05-20 11:18:25 +00:00
|
|
|
}
|