UNPKG

@abandonware/eddystone-beacon-scanner

Version:
33 lines (32 loc) 861 B
{ "name": "@abandonware/eddystone-beacon-scanner", "version": "3.0.1-2", "description": "Scan for Eddystone beacon's using Node.js", "main": "index.js", "scripts": { "pretest": "jshint *.js lib/*.js examples/*.js" }, "repository": { "type": "git", "url": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner.git" }, "keywords": [ "Eddystone", "Beacon", "Physical Web" ], "author": "Sandeep Mistry <sandeep.mistry@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner/issues" }, "homepage": "https://github.com/sandeepmistry/node-eddystone-beacon-scanner", "devDependencies": { "jshint": "^2.11.0" }, "dependencies": { "debug": "^4.1.1", "@abandonware/noble": "^1.9.2-7", "eddystone-url-encoding": "^1.0.1" } }