UNPKG

iobroker.poolcontroller

Version:
44 lines (43 loc) 962 B
{ "name": "iobroker.poolcontroller", "version": "0.2.3", "description": "ioBroker poolcontroller Adapter", "author": { "name": "Michael Voelker", "email": "mv@netcompsys.de" }, "contributors": [ { "name": "Michael Voelker", "email": "mv@netcompsys.de" } ], "homepage": "https://github.com/sucht3371/ioBroker.poolcontroller", "license": "MIT", "keywords": [ "ioBroker", "poolcontroller", "Smart Home", "home automation" ], "repository": { "type": "git", "url": "https://github.com/sucht3371/ioBroker.poolcontroller" }, "dependencies": { "request": "^2.72.0" }, "devDependencies": { "gulp": "^3.9.1", "mocha": "^4.1.0", "chai": "^4.1.2" }, "main": "main.js", "scripts": { "test": "node node_modules/mocha/bin/mocha --exit" }, "bugs": { "url": "https://github.com/sucht3371/ioBroker.poolcontroller/issues" }, "readmeFilename": "README.md" }