UNPKG

node-red-contrib-powermateble

Version:

A Node-RED node for interacting with a PowerMate Bluetooth device

33 lines (32 loc) 826 B
{ "name": "node-red-contrib-powermateble", "version": "0.1.1", "description": "A Node-RED node for interacting with a PowerMate Bluetooth device", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/circuitbeard/node-red-contrib-powermateble" }, "keywords": [ "circuitbeard", "powermate", "bluetooth", "ble", "node-red" ], "node-red": { "nodes": { "powermate-device": "src/powermate-device.js", "powermate-in": "src/powermate-in.js", "powermate-led": "src/powermate-led.js" } }, "dependencies": { "noble": ">=1.2.1" }, "author": "Matt Brailsford aka Circuitbeard <hi@circuitbeard.co.uk> (http://circuitbeard.co.uk)", "license": "MIT" }