-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 841 Bytes
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-qmotion",
"version": "0.1.6",
"description": "QMotion platform plugin for Homebridge: https://github.com/nfarina/homebridge",
"homepage": "https://github.com/devbobo/homebridge-qmotion#readme",
"repository": {
"type": "git",
"url": "git://github.com/devbobo/homebridge-qmotion.git"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/devbobo/homebridge-qmotion/raw/master/LICENSE"
}
],
"bugs": {
"url": "http://github.com/devbobo/homebridge-qmotion/issues"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.4.22"
},
"keywords": [
"homebridge-plugin",
"qmotion",
"qsync",
"blinds"
],
"dependencies": {
"qmotion": ">=0.1.4"
}
}