UNPKG

pimatic-mpower

Version:

A pimatic plugin for controlling Ubiquiti mFi controllable power outlets (mPower)

43 lines (42 loc) 992 B
{ "name": "pimatic-mpower", "description": "A pimatic plugin for controlling Ubiquiti mFi controllable power outlets (mPower)", "author": "Leif Naundorf <kontakt@leifnaundorf.de>", "keywords": [ "Pimatic", "mPower", "Ubiquiti", "mFi" ], "main": "mpower", "files": [ "mpower.coffee", "mpower-config-schema.coffee", "device-config-schema.coffee", "LICENSE", "README.md" ], "version": "0.8.3", "homepage": "https://github.com/lnaundorf/pimatic-mpower", "private": false, "repository": { "type": "git", "url": "git://github.com/lnaundorf/pimatic-mpower.git" }, "bugs": { "url": "https://github.com/lnaundorf/pimatic-mpower/issues" }, "license": "GPL-2.0", "configSchema": "mpower-config-schema.coffee", "dependencies": { "request-promise": ">=2.0.0", "websocket": ">=1.0.22" }, "peerDependencies": { "pimatic": ">=0.8.0 <1.0.0" }, "engines": { "node": ">0.8.x", "npm": ">1.1.x" } }