forked from husky-koglhof/ioBroker.homekit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·44 lines (44 loc) · 925 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
39
40
41
42
43
44
{
"name": "iobroker.homekit2",
"description": "Apple HomeKit based on HAP-NodeJS",
"version": "0.1.6",
"author": {
"name": "versteckt",
"email": "[email protected]"
},
"homepage": "https://github.com/husky-koglhof/ioBroker.homekit",
"license": "CC BY-NC-SA",
"keywords": [
"ioBroker",
"homekit",
"Siri",
"home automation"
],
"scripts": {
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/husky-koglhof/ioBroker.homekit.git"
},
"dependencies": {
"hap-nodejs": "^0.3.2",
"yalm": "^4.0.2",
"yargs": "^4.8.1"
},
"devDependencies": {},
"os": [
"darwin",
"linux"
],
"bugs": {
"url": "https://github.com/husky-koglhof/ioBroker.homekit/issues"
},
"main": "main.js",
"maintainers": [
{
"name": "versteckt",
"email": "[email protected]"
}
]
}