-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.23 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "iobroker.wm-bus",
"version": "0.3.1",
"description": "Wireless M-Bus Adapter",
"author": {
"name": "soef",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
}
],
"dependencies": {
"serialport": "^7.1.5",
"soef": "^0.1.44",
"wm-bus": "^0.1.16",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/soef/iobroker.wm-bus",
"license": "MIT",
"keywords": [
"ioBroker",
"m-bus",
"mbus",
"wm-bus",
"wireless m-bus",
"wireless mbus"
],
"repository": {
"type": "git",
"url": "https://github.com/soef/iobroker.wm-bus"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"serialport": "^7.1.5",
"soef": "^0.1.44",
"wm-bus": "^0.1.16",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/soef/iobroker.wm-bus/issues"
},
"readmeFilename": "README.md",
"main": "wm-bus.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}