rpi-pin-events
Version:
Bathroom helper extraordinaire
27 lines (26 loc) • 517 B
JSON
{
"name": "rpi-pin-events",
"version": "0.0.1",
"description": "Bathroom helper extraordinaire",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bathroom",
"toilet",
"sensor",
"stall",
"workspace",
"deuce"
],
"author": "Robert Concepcion III",
"license": "ISC",
"dependencies": {
"colors": "^1.1.2",
"onoff": "^1.1.2",
"rpi-gpio": "^0.8.1",
"wiring-pi": "^2.2.1"
},
"devDependencies": {}
}