forked from moppi4483/homebridge-mqtt-sprinkler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.74 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_args": [
[
{
"raw": "homebridge-mqtt-sprinkler",
"scope": null,
"escapedName": "homebridge-mqtt-sprinkler",
"name": "homebridge-mqtt-sprinkler",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/thomasquander"
]
],
"_from": "homebridge-mqtt-sprinkler@latest",
"_id": "[email protected]",
"_inCache": true,
"_location": "/homebridge-mqtt-sprinkler",
"_nodeVersion": "6.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/homebridge-mqtt-sprinkler-0.1.0.tgz_1499939178233_0.05383935058489442"
},
"_npmUser": {
"name": "moppi4483",
"email": "[email protected]"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "homebridge-mqtt-sprinkler",
"scope": null,
"escapedName": "homebridge-mqtt-sprinkler",
"name": "homebridge-mqtt-sprinkler",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/homebridge-mqtt-sprinkler/-/homebridge-mqtt-sprinkler-0.1.0.tgz",
"_shasum": "78787df3d82bf243d58658d3c3858ef41dd8f4be",
"_shrinkwrap": null,
"_spec": "homebridge-mqtt-sprinkler",
"_where": "/Users/thomasquander",
"author": {
"name": "moppi4483"
},
"bugs": {
"url": "https://github.com/moppi4483/homebridge-mqtt-sprinkler/issues"
},
"dependencies": {
"mqtt": "^1.6.3"
},
"description": "Homebridge plugin for MQTT Sprinkler Valves including Additional Informations",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "78787df3d82bf243d58658d3c3858ef41dd8f4be",
"tarball": "https://registry.npmjs.org/homebridge-mqtt-sprinkler/-/homebridge-mqtt-sprinkler-0.1.0.tgz"
},
"engines": {
"homebridge": ">=0.2.0",
"node": ">4.0.0"
},
"gitHead": "78bd3efecdc07cb6fd82da368b53282392d1d0b0",
"homepage": "https://github.com/moppi4483/homebridge-mqtt-sprinkler",
"keywords": [
"homebridge-plugin",
"MQTT",
"homekit",
"Siri",
"IoT",
"Switch",
"Sprinkler"
],
"license": "GPL2",
"main": "index.js",
"maintainers": [
{
"name": "moppi4483",
"email": "[email protected]"
}
],
"name": "homebridge-mqtt-sprinkler",
"note": "peerDependencies is hardcoded to peerDepdendencies in homebridge!!!",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/moppi4483/homebridge-mqtt-sprinkler.git"
},
"scripts": {
"start": "echo \"Error: configure and run homebridge to start\" && exit 1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.9.0"
}