Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
T-REX-XP authored Apr 19, 2019
1 parent 215248d commit 6894e73
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
{
"name": "cooper_hunter-hvac-mqtt-bridge",
"version": "1.0.4",
"name": "gree-hvac-mqtt-bridge",
"version": "1.1.2.1",
"description": "MQTT Bridge for controlling Cooper&Hunter smart air conditioners",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "T-REX-XP",
"author": "Arthur Krupa <[email protected]>",
"license": "MIT",
"dependencies": {
"crypto-js": "^3.1.9-1",
"dgram": "^1.0.1",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"mqtt": "^2.15.0",
"net": "^1.0.2"
"mqtt": "^2.15.0"
},
"engines": {
"node": ">=8.11.0"
},
"os": [
"darwin",
"linux"
"linux",
"win32"
],
"private": true
}

0 comments on commit 6894e73

Please sign in to comment.