UNPKG

barnowl-enocean

Version:

Collect ambient EnOcean Wireless Standard packets from EnOcean Serial Protocol (ESP) devices. We believe in an open Internet of Things.

43 lines (42 loc) 1.02 kB
{ "name": "barnowl-enocean", "homepage": "https://github.com/reelyactive/barnowl-enocean/", "author": { "name": "reelyActive", "email": "info@reelyactive.com" }, "description": "Collect ambient EnOcean Wireless Standard packets from EnOcean Serial Protocol (ESP) devices. We believe in an open Internet of Things.", "keywords": [ "reelyActive", "EnOcean", "ESP", "raddec" ], "version": "1.0.1", "engines": { "node": ">=12.0.0" }, "main": "./lib/barnowlenocean.js", "scripts": { "start": "node bin/barnowl-enocean", "forwarder": "node bin/barnowl-enocean-forwarder" }, "repository": { "type": "git", "url": "https://github.com/reelyactive/barnowl-enocean.git" }, "dependencies": { "advlib-identifier": ">=0.1.0", "raddec": ">=0.6.1", "serialport": "^10.5.0" }, "bugs": { "url": "https://github.com/reelyactive/barnowl-enocean/issues" }, "contributors": [ { "name": "Jeffrey Dungen" } ], "license": "MIT" }