-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 915 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
{
"name": "homebridge-airscape-whf-gen2-http",
"version": "1.0.0",
"description": "A homebridge plugin to control an AirScape Whole House fan supporting the AirScape Gen2 Controls HTTP interface, such as the AirScape WHF 4.4e. See http://airscapefans.com/. For homebridge see https://github.com/nfarina/homebridge",
"homepage": "https://github.com/martinecker/homebridge-airscape-whf-gen2-http",
"repository": {
"type" : "git",
"url" : "https://github.com/martinecker/homebridge-airscape-whf-gen2-http.git"
},
"main": "index.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=7.10.0",
"homebridge": ">=0.4.32"
},
"dependencies": {
"request": "^2.83.0"
},
"devDependencies": {},
"keywords": [
"homebridge-plugin",
"homebridge",
"airscape",
"gen2",
"whole house fan",
"fan"
],
"author": "Martin Ecker",
"license": "ISC"
}