Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailescu2m committed Dec 3, 2019
1 parent e406e58 commit ef3c496
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <mihailescu2m@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
Expand All @@ -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"
Expand Down

0 comments on commit ef3c496

Please sign in to comment.