-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.97 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
{
"_from": "homebridge-tasmota-fakegato",
"_id": "[email protected]",
"_inBundle": false,
"_location": "/homebridge-tasmota-fakegato",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "homebridge-tasmota-fakegato",
"name": "homebridge-tasmota-fakegato",
"escapedName": "homebridge-tasmota-fakegato",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER"
],
"_resolved": " ",
"_spec": "homebridge-tasmota-fakegato",
"_where": "/root",
"author": {
"name": "iAmShorty"
},
"bugs": {
"url": "https://github.com/iAmShorty/homebridge-tasmota-fakegato.git/issues"
},
"bundleDependencies": false,
"dependencies": {
"fakegato-history": "^0.5.1",
"hap-nodejs-community-types": "git+https://github.com/homespun/hap-nodejs-community-types.git",
"node-cache": "^4.2.0",
"request": "^2.81.0",
"underscore": "^1.9.1"
},
"deprecated": false,
"description": "Control Sonoff devices with Siri and HomeKit",
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^11.1.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
},
"engines": {
"homebridge": ">=0.2.0",
"node": ">=0.12.0"
},
"homepage": "https://github.com/iAmShorty/homebridge-tasmota-fakegato.git#readme",
"keywords": [
"homebridge-plugin",
"fakegato",
"fakegato-history",
"Sonoff",
"Tasmota",
"Basic",
"WiFi",
"IoT"
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "index.js",
"name": "homebridge-tasmota-fakegato",
"repository": {
"type": "git",
"url": "git+https://github.com/iAmShorty/homebridge-tasmota-fakegato.git"
},
"scripts": {
"lint": "eslint index.js"
},
"version": "0.0.1"
}