node-red-contrib-ble-central
Version:
noble library wrapper to put a node-red flow into BLE central mode
32 lines (31 loc) • 817 B
JSON
{
"name": "node-red-contrib-ble-central",
"version": "1.0.13",
"description": "noble library wrapper to put a node-red flow into BLE central mode",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ble",
"node-red",
"central",
"ble-central",
"bluetooth",
"noble"
],
"node-red": {
"nodes": {
"ble-central": "ble-central.js",
"ble-discover-services": "ble-discover-services.js",
"bluetooth-device-info": "bluetooth-device-info.js",
"ble-communication": "ble-communication.js"
}
},
"author": "Nate Rowland <nochte@gmail.com>",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.10",
"noble": "git+https://git@github.com/k4connect/noble#combine-manufacturer-data"
}
}