From ef3c49681cadb328fdaf755caa4031d1080ea0c4 Mon Sep 17 00:00:00 2001 From: Marian Mihailescu Date: Tue, 3 Dec 2019 23:45:44 +0000 Subject: [PATCH] update package.json --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f1e4bfd..5908fdf 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { "name": "homebridge-airtouch4-platform", - "version": "0.0.1", + "version": "0.1.0", "description": "Plugin for homebridge to connect to Airtouch4 AC controller", "main": "index.js", "keywords": [ - "homebridge-plugin" + "homebridge-plugin", + "airtouch", + "air conditioner" ], - "author": "Marian Mihailescu", + "author": "Marian Mihailescu ", "license": "ISC", "repository": { "type": "git", @@ -17,7 +19,8 @@ "node": ">=0.12.0" }, "dependencies": { - "node-persist": "^2.1.0" + "node-persist": "^2.1.0", + "fakegato-history": "^0.5.6" }, "bugs": { "url": "https://github.com/mihailescu2m/homebridge-airtouch4-platform/issues"