UNPKG

pi-plates

Version:
54 lines (53 loc) 1.21 kB
{ "name": "pi-plates", "version": "0.3.0", "description": "control Pi-Plates from node", "main": "plates.js", "directories": { "test": "tests" }, "dependencies": { "vasync": "^2.2.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pep8": "pycodestyle plate_io.py", "jscs": "jscs -c .jscsrc *.js", "preinstall": "python3 -m venv --system-site-packages env", "install": "env/bin/pip3 install pi-plates" }, "repository": { "type": "git", "url": "git+https://github.com/Harsch-Systems/node-pi-plates.git" }, "keywords": [ "adc", "dac", "relay", "RELAYplate", "RELAYplate2", "DAQCplate", "DAQC2plate", "MOTORplate", "THERMOplate", "TINKERplate", "ADCplate", "DIGIplate", "CURRENTplate", "POWERplate24", "UPS", "thermocouple", "ds18b20", "Pi-Plates", "piplates", "pi", "plates" ], "author": "Mike Harsch <mike@harschsystems.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Harsch-Systems/node-pi-plates/issues" }, "homepage": "https://github.com/Harsch-Systems/node-pi-plates#readme" }