forked from mihailescu2m/homebridge-airtouch4-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "homebridge-airtouch4-platform-dp",
"version": "0.1.6",
"description": "Plugin for homebridge to connect to Airtouch4 AC controller",
"main": "index.js",
"keywords": [
"homebridge-plugin",
"airtouch4",
"air conditioner",
"homebridge"
],
"author": "Marian Mihailescu <[email protected]> modified by noobyDP",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/noobydp/homebridge-airtouch4-platform-dp.git"
},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"dependencies": {
"node-persist": "^2.1.0",
"fakegato-history": "^0.5.6"
},
"bugs": {
"url": "https://github.com/noobydp/homebridge-airtouch4-platform-dp/issues"
},
"homepage": "https://github.com/noobydp/homebridge-airtouch4-platform-dp#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}