UNPKG

nixfilter-rpi-gpio

Version:

Filter for sending binary signal sequences via the GPIO pin of a Raspberry Pi

39 lines (38 loc) 878 B
{ "name": "nixfilter-rpi-gpio", "version": "0.0.1", "description": "Filter for sending binary signal sequences via the GPIO pin of a Raspberry Pi", "main": "index.js", "bin": { "nixfilter-rpi-gpio-send": "./rpi_gpio_send.js" }, "scripts": { "compile": "coffee --bare --no-header --map --compile *.coffee", "prepublishOnly": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/oyooyo/nixfilter-rpi-gpio.git" }, "keywords": [ "Filter", "GPIO", "nixfilter", "Raspberry Pi", "RPI", "UNIX Filter" ], "author": { "name": "oyooyo" }, "license": "ISC", "devDependencies": { "coffeescript": "^2.3.1" }, "dependencies": { "nixfilter": "0.0.1", "nixfilter-logicsignal": "0.0.1", "rpio": "^0.9.22" } }