forked from ioBroker/ioBroker.hm-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.05 KB
/
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
45
46
47
48
{
"name": "iobroker.hm-rpc",
"version": "1.7.6",
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
"author": {
"name": "hobbyquaker",
"email": "[email protected]"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
},
{
"name": "hobbyquaker",
"email": "[email protected]"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.hm-rpc",
"license": "MIT",
"keywords": [
"ioBroker",
"hm-rpc",
"homematic",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.hm-rpc"
},
"dependencies": {
"homematic-xmlrpc": "^1.0.2",
"binrpc": "^3.2.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rpc/issues"
},
"main": "hm-rpc.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"readmeFilename": "README.md"
}