forked from ztalbot2000/homebridge-cmd4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.84 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
{
"_from": "homebridge-cmd4@1.2.5",
"_id": "homebridge-cmd4@1.2.6",
"_inBundle": false,
"_integrity": "sha512-Q39XXNNaxpBENc4AXvqoWoW+5OVZE24OLYLm+4RqCxJmyQDAGLNsokL+dh2JU++YaZRdycASfnG/8sylpocGAg==",
"_location": "/homebridge-cmd4",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "homebridge-cmd4@1.2.6",
"name": "homebridge-cmd4",
"escapedName": "homebridge-cmd4",
"rawSpec": "1.2.6",
"saveSpec": null,
"fetchSpec": "1.2.6"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/homebridge-cmd4/-/homebridge-cmd4-1.2.6.tgz",
"_shasum": "4f49b51f70192c7df314cf88ea9022f0ec3025e7",
"_spec": "homebridge-cmd4@1.2.6",
"_where": "/private/var/root",
"author": {
"name": "John Talbot"
},
"bugs": {
"url": "https://github.com/ztalbot2000/homebridge-cmd4/issues",
"email": "info@BeNiceGames.com"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Exec Plugin for Homebridge",
"devDependencies": {
"semistandard": "^8.0.0"
},
"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",
"security",
"temperature",
"virtual",
"Eve",
"Homekit",
"siri",
"home"
],
"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",
"preversion": "npm test",
"test": "semistandard",
"postinstall": "node postinstall.js"
},
"version": "1.2.6"
}