fibaro-beacon-scanner
Version:
Node.js beacon scanner based on noble that speaks to Fibaro
28 lines (27 loc) • 746 B
JSON
{
"name": "fibaro-beacon-scanner",
"version": "1.2.0",
"description": "Node.js beacon scanner based on noble that speaks to Fibaro",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Jaclawiciel/fibaro-beacon-scanner.git"
},
"keywords": [
"Fibaro"
],
"author": "Jacek Galka <jacgalka@icloud.com> (http://jacekgalka.pl/en)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jaclawiciel/fibaro-beacon-scanner/issues"
},
"homepage": "https://github.com/Jaclawiciel/fibaro-beacon-scanner#readme",
"dependencies": {
"fibaro-api": "^0.1.1",
"noble": "^1.9.1",
"winston": "^2.4.2"
}
}