-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
70 lines (70 loc) · 1.4 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
64
65
66
67
68
69
70
{
"name": "pimatic-mqtt",
"description": "MQTT support for Pimatic",
"author_name": "Marek Kail",
"author": "Marek Kail",
"author_url": "https://github.com/wutu",
"npmUser": "wutu",
"main": "mqtt",
"files": [
"mqtt.coffee",
"mqtt-config-schema.coffee",
"device-config-schema.coffee",
"devices",
"assets",
"predicates_and_actions",
"README.md",
"LICENSE"
],
"version": "0.9.13",
"homepage": "http://github.com/wutu/pimatic-mqtt",
"repository": {
"type": "git",
"url": "git://github.com/wutu/pimatic-mqtt.git"
},
"configSchema": "mqtt-config-schema.coffee",
"peerDependencies": {
"pimatic": ">=0.9.0 <1.0.0"
},
"dependencies": {
"flat": ">=2.0.0",
"mqtt": ">=2.0.0",
"mqtt-wildcard": "^3.0.9"
},
"engines": {
"node": ">= 4",
"npm": ">= 2"
},
"bugs": {
"url": "https://github.com/wutu/pimatic-mqtt/issues"
},
"contributors": [
{
"name": "kcsoft",
"url": "https://github.com/kcsoft"
},
{
"name": "Marcus Wittig",
"url": "https://github.com/mwitig"
},
{
"name": "Jonathan Foucher",
"url": "https://github.com/jfoucher"
}
],
"keywords": [
"pimatic",
"mqtt",
"subscribe",
"publish",
"publish/subscribe",
"IoT"
],
"license": "AGPL-3.0",
"maintainers": [
{
"name": "wutu",
"url": "https://github.com/wutu"
}
]
}