-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 873 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
34
35
36
37
38
{
"name": "homebridge-fantasia",
"version": "1.1.2",
"description": "Fantasia Viper fan plugin for Homebridge",
"license": "ISC",
"keywords": [
"Homebridge",
"homebridge-plugin",
"Fatasia",
"Viper",
"fan",
"433MHz",
"433.9MHz",
"433.92MHz",
"Holtek",
"HT12E",
"TR32A"
],
"author": {
"name": "Alexander Thoukydides",
"url": "https://www.thouky.co.uk/"
},
"repository": {
"type": "git",
"url": "git://github.com/thoukydides/homebridge-fantasia.git"
},
"bugs": {
"url": "https://github.com/thoukydides/homebridge-fantasia/issues"
},
"main": "index.js",
"engines": {
"homebridge": ">=0.4.28",
"node": ">=6.0.0"
},
"dependencies": {
"request": "^2.88.0"
}
}