forked from hobbyquaker/cul2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "cul2mqtt",
"version": "0.0.2",
"dependencies": {
"cul": "^0.2.1",
"mqtt": "^2.0.1",
"yalm": "^4.0.2",
"yargs": "^5.0.0"
},
"description": "Interface between Busware CUL and MQTT",
"main": "index.js",
"preferGlobal": true,
"bin": {
"cul2mqtt": "./index.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"readme": "# cul2mqtt\n\nConnect [CUL](http://shop.busware.de/product_info.php/products_id/29) to MQTT (FS20, HMS, EM, ...)\n\n## Installation\n\nNode.js/npm needed.\n\n```\nsudo npm install -g cul2mqtt\ncul2mqtt --help\n```\n\n## License\n\nCopyright (c) 2015 Sebastian 'hobbyquaker' Raff <[email protected]>\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_shasum": "aa7c69c2017be74e40f4d33f309ee7b09f90fb35",
"_from": "cul2mqtt@",
"_resolved": "https://registry.npmjs.org/cul2mqtt/-/cul2mqtt-0.0.1.tgz"
}