UNPKG

rpi-433

Version:

Simple NodeJS module to send and receive decimal codes through 433Mhz device on RaspberryPI 2

43 lines (42 loc) 837 B
{ "name": "rpi-433", "version": "2.1.0", "description": "Simple NodeJS module to send and receive decimal codes through 433Mhz device on RaspberryPI 2", "main": "index.js", "dependencies": { "q": "^1.4.1", "underscore": "^1.8.3" }, "repository": { "type": "git", "url": "git@github.com:eroak/rpi-433.git" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install": "mkdir ./build && cd ./src && /usr/bin/make" }, "keywords": [ "raspberry", "rasp", "raspi", "domotic", "433mhz", "sniffer", "sniff", "send", "receive", "nodejs", "outlets", "radio", "code", "wiringpi", "rc", "gpio" ], "author": { "name": "eroak", "email": "mr.eroak@gmail.com" }, "license": "ISC" }