UNPKG

pareto-anywhere

Version:

Open source IoT middleware suite that makes the data from just about anything usable. We believe in an open Internet of Things.

85 lines (84 loc) 2.41 kB
{ "name": "pareto-anywhere", "homepage": "https://www.reelyactive.com/pareto/anywhere/", "author": { "name": "reelyActive", "email": "info@reelyactive.com" }, "description": "Open source IoT middleware suite that makes the data from just about anything usable. We believe in an open Internet of Things.", "keywords": [ "Pareto Anywhere", "reelyActive", "middleware", "context-aware physical spaces", "IoT", "RTLS", "M2M" ], "version": "1.24.4", "engines": { "node": ">=18.0.0" }, "bin": "./bin/pareto-anywhere", "main": "./lib/paretoanywhere.js", "scripts": { "start": "node bin/pareto-anywhere", "logfile": "node bin/pareto-anywhere-logfile", "elasticsearch": "node bin/pareto-anywhere-elasticsearch", "influxdb2": "node bin/pareto-anywhere-influxdb2", "sparkplug": "node bin/pareto-anywhere-sparkplug", "briefcasekit": "node bin/pareto-anywhere-briefcasekit", "postgres": "node bin/pareto-anywhere-postgres" }, "repository": { "type": "git", "url": "https://github.com/reelyactive/pareto-anywhere.git" }, "dependencies": { "advlib": "^1.3.12", "advlib-ble": "^1.4.2", "advlib-ble-gatt": "^1.1.2", "advlib-ble-manufacturers": "^1.15.2", "advlib-ble-services": "^1.8.5", "advlib-eep-4bs": "^1.4.0", "advlib-eep-msc": "^1.1.2", "advlib-eep-rps": "^1.0.2", "advlib-eep-vld": "^1.3.0", "advlib-esp": "^1.3.1", "advlib-interoperable": "^1.4.0", "barnacles": "^1.9.1", "barnacles-logfile": "^1.3.0", "barnacles-mqtt": "^1.0.2", "barnacles-postgres": "^1.1.1", "barnacles-socketio": "^1.0.0", "barnowl": "^1.3.3", "barnowl-aruba": "^1.7.1", "barnowl-axis": "^1.0.0", "barnowl-csl": "^1.0.0", "barnowl-huawei": "^1.0.2", "barnowl-impinj": "^1.0.1", "barnowl-minew": "^1.2.1", "barnowl-reel": "^0.2.1", "barnowl-rfcontrols": "^1.0.1", "barnowl-zebra": "^1.0.1", "barterer": "^1.6.1", "chickadee": "^1.12.1", "chimps": "^1.1.4", "cors": "^2.8.6", "express": "^5.2.1", "json-silo": "^1.3.0", "raddec": "^0.6.2", "record-silo": "^0.3.0", "sniffypedia": "^1.1.14", "socket.io": "^4.8.3" }, "bugs": { "url": "https://github.com/reelyactive/pareto-anywhere/issues" }, "contributors": [ { "name": "Jeffrey Dungen" } ], "license": "MIT" }