{
  "name": "barnowl-aruba",
  "homepage": "https://github.com/reelyactive/barnowl-aruba/",
  "author": {
    "name": "reelyActive",
    "email": "info@reelyactive.com"
  },
  "description": "Collect ambient Bluetooth Low Energy, WiFi and EnOcean Alliance packets from HPE Aruba Networking access points for real-time location and sensing.  We believe in an open Internet of Things.",
  "keywords": [
    "reelyActive",
    "barnowl",
    "HPE Aruba Networking",
    "IoT Transport",
    "WebSocket",
    "raddec"
  ],
  "version": "1.7.1",
  "engines": {
    "node": ">=18.0.0"
  },
  "main": "./lib/barnowlaruba.js",
  "scripts": {
    "start": "node bin/barnowl-aruba",
    "gatt": "node bin/barnowl-aruba-gatt",
    "secure": "node bin/barnowl-aruba-secure",
    "aos8v1proto": "pbjs -t static-module -w commonjs -o lib/aos8v1proto.js --path proto/aos8v1 aruba-iot-nb.proto",
    "aos10v1proto": "pbjs -t static-module -w commonjs -o lib/aos10v1proto.js --path proto/aos10v1 aruba/iotops/partner/transport/v1/interface_data.proto"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/reelyactive/barnowl-aruba.git"
  },
  "dependencies": {
    "advlib-identifier": ">=0.1.0",
    "protobufjs": "^7.5.4",
    "raddec": ">=0.6.1",
    "ws": "^8.18.3"
  },
  "devDependencies": {},
  "bugs": {
    "url": "https://github.com/reelyactive/barnowl-aruba/issues"
  },
  "contributors": [
    {
      "name": "Jeffrey Dungen"
    }
  ],
  "license": "MIT"
}
