forked from ztalbot2000/homebridge-cmd4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.26 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-Q39XXNNaxpBENc4AXvqoWoW+5OVZE24OLYLm+4RqCxJmyQDAGLNsokL+dh2JU++YaZRdycASfnG/8sylpocGAg==",
"_location": "/homebridge-cmd4",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "homebridge-cmd4",
"escapedName": "homebridge-cmd4",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/homebridge-cmd4/-/homebridge-cmd4-2.2.1.tgz",
"_shasum": "8329f6094809108460224f10a094f94da979d32e",
"_spec": "[email protected]",
"_where": "/private/var/root",
"author": {
"name": "John Talbot"
},
"bugs": {
"url": "https://github.com/ztalbot2000/homebridge-cmd4/issues",
"email": "[email protected]"
},
"dependencies": {
"command-exists": ">=1.2.8",
"fakegato-history": ">=0.5.3",
"homebridge": ">=0.4.0",
"moment": "*",
"system-sleep": "^1.3.6",
"github-version-checker": ">=2.1.2"
},
"deprecated": false,
"description": "Exec Plugin for Homebridge supporting all accessorys and characteristics",
"devDependencies": {
"chai": "^4.2.0",
"hap-nodejs": "^0.4.51",
"mocha": "^6.1.4",
"semistandard": ">=13.0.0"
},
"directories": {
"test": "test"
},
"engines": {
"homebridge": ">=0.4.0",
"node": ">=4.4.0"
},
"homepage": "https://github.com/ztalbot2000/homebridge-cmd4#readme",
"keywords": [
"homebridge-plugin",
"homebridge",
"exec",
"command",
"switch",
"light",
"door",
"thermostat",
"security",
"temperature",
"virtual",
"Eve",
"Homekit",
"siri",
"home",
"Eve"
],
"license": "MIT",
"name": "homebridge-cmd4",
"repository": {
"type": "git",
"url": "git://github.com/ztalbot2000/homebridge-cmd4.git"
},
"scripts": {
"debug": "DEBUG=* homebridge --debug --plugin-path .",
"postversion": "git push && git push --tags",
"pretest": "printf ' test is only done in a development environment\n';sleep 2 ",
"test": "node_modules/.bin/mocha",
"postinstall": "node postinstall.js"
},
"version": "2.2.1"
}