UNPKG

@ansgomez/node-beacon-scanner

Version:

The node-beacon-scanner is a Node.js module which allows you to scan BLE beacon packets and parse the packet data. This module supports MiroCards, iBeacon, Eddystone, and Estimote.

42 lines (41 loc) 1.08 kB
{ "name": "@ansgomez/node-beacon-scanner", "version": "0.2.5", "description": "The node-beacon-scanner is a Node.js module which allows you to scan BLE beacon packets and parse the packet data. This module supports MiroCards, iBeacon, Eddystone, and Estimote.", "main": "./lib/scanner.js", "files": [ "lib" ], "directories": { "lib": "./lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "MiroCard", "Eddystone", "iBeacon", "Estimote", "BLE", "Bluetooth Low Energy", "Bluetooth smart", "Bluetooth", "IoT", "Internet of Things" ], "homepage": "https://github.com/ansgomez", "author": "Andres Gomez <andres@mirocard.swiss> (https://github.com/ansgomez)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ansgomez/node-beacon-scanner.git" }, "readmeFilename": "README.md", "dependencies": { "@abandonware/noble": ">=1.9.2-5" }, "bugs": { "url": "https://github.com/ansgomez/node-beacon-scanner/issues" } }