rcswitch-gpiomem
Version:
Rootless control of your wireless power outlet sockets with RCSwitch for the Raspberry Pi. Fork of https://github.com/marvinroger/node-rcswitch.
38 lines (37 loc) • 966 B
JSON
{
"name": "rcswitch-gpiomem",
"version": "0.3.2",
"description": "Rootless control of your wireless power outlet sockets with RCSwitch for the Raspberry Pi. Fork of https://github.com/marvinroger/node-rcswitch.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/n8henrie/node-rcswitch-gpiomem.git"
},
"keywords": [
"rpi",
"raspberrypi",
"rcswitch",
"433",
"rf",
"wireless",
"gpiomem"
],
"engines": {
"node" : ">=0.8"
},
"author": "Nathan Henrie <http://n8henrie.com>",
"license": "GPL-2.0",
"gypfile": true,
"bugs": {
"url": "https://github.com/n8henrie/node-rcswitch-gpiomem/issues"
},
"homepage": "http://n8henrie.com/2015/12/control-an-rf-outlet-with-siri-via-homebridge",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.8"
}
}