{
	"name": "homebridge-eedomus-outlet-meter",
	"version": "1.2.4",
	"description": "Switch Outlet from eedomus and history with fakegato-history",
	"license": "MIT",
	"keywords": [
		"homebridge-plugin",
		"outlet",
		"eedomus",
		"power",
		"history",
		"fakegato"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/LeJeko/homebridge-eedomus-outlet-meter.git"
	},
	"bugs": {
		"url": "https://github.com/LeJeko/homebridge-eedomus-outlet-meter/issues"
	},
	"engines": {
		"node": ">=10.17.0",
		"homebridge": ">=1.0.0"
	},
	"dependencies": {
		"fakegato-history": ">=0.5.6",
		"correcting-interval": "^2.0.0",
		"sprintf-js": "^1.0.3",
		"polling-to-event": ">=2.1.0"
	}
}