UNPKG

rpi-clickety

Version:

Hook up your 433Mhz remote control outlets to your raspberry pi!

38 lines (37 loc) 731 B
{ "name": "rpi-clickety", "version": "0.0.1", "description": "Hook up your 433Mhz remote control outlets to your raspberry pi!", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepare" : "npm run build" }, "engines": { "node": ">=8.0.0" }, "repository": { "type": "git", "url": "https://github.com/alumowa/rpi-clickety.git" }, "keywords": [ "433", "433Mhz", "rcswitch", "etekcity", "rf" ], "author": "Alvin Lumowa", "license": "MIT", "devDependencies": { "@types/node": "^14.0.27", "typescript": "^3.9.7" }, "dependencies": { "pigpio": "^3.2.3" }, "files": [ "lib" ] }