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-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-29 13:36:52 +00:00
|
|
|
"brain.js": "^1.6.1",
|
2019-07-23 14:45:29 +00:00
|
|
|
"chroma-js": "^2.0.4",
|
2019-07-08 14:42:05 +00:00
|
|
|
"debug": "^4.1.1",
|
2019-07-29 13:17:47 +00:00
|
|
|
"haversine-distance": "^1.1.4",
|
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-23 14:55:29 +00:00
|
|
|
"@joseph184/rollup-plugin-node-builtins": "^2.1.4",
|
2019-07-19 14:36:21 +00:00
|
|
|
"@types/better-sqlite3": "^5.4.0",
|
2019-07-23 14:45:29 +00:00
|
|
|
"@types/chroma-js": "^1.4.1",
|
2019-07-22 14:46:07 +00:00
|
|
|
"@types/leaflet": "^1.4.6",
|
2019-07-19 14:36:21 +00:00
|
|
|
"rollup": "^1.17.0",
|
|
|
|
"rollup-plugin-commonjs": "^10.0.1",
|
2019-07-30 17:38:44 +00:00
|
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
2019-07-19 14:36:21 +00:00
|
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
|
|
"rollup-plugin-postcss": "^2.0.3",
|
2019-07-25 15:44:26 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2019-07-25 17:56:59 +00:00
|
|
|
"rollup-plugin-web-worker-loader": "^0.5.1"
|
2019-07-04 16:18:38 +00:00
|
|
|
}
|
2019-05-20 11:18:25 +00:00
|
|
|
}
|