-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.03 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
{
"name": "cul2mqtt",
"version": "0.1.3",
"dependencies": {
"cul": "^0.7.1",
"mqtt": "^2.15.1",
"yalm": "^4.1.0",
"yargs": "^11.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"engineStrict": true,
"description": "Interface between Busware CUL and MQTT",
"main": "index.js",
"preferGlobal": true,
"bin": {
"cul2mqtt": "./index.js"
},
"devDependencies": {
"camo-purge": "latest",
"cul": "^0.7.0",
"xo": "latest"
},
"scripts": {
"test": "camo-purge ; xo"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/cul2mqtt"
},
"keywords": [
"CUL",
"Busware",
"FS20",
"EM1000",
"HMS",
"ELV",
"868",
"RF",
"Smarthome",
"MQTT"
],
"author": {
"name": "Sebastian 'hobbyquaker' Raff",
"email": "[email protected]"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/hobbyquaker/cul2mqtt/issues"
},
"homepage": "https://github.com/hobbyquaker/cul2mqtt",
"xo": {
"space": 4
}
}