forked from chrisjshull/homebridge-nest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.14 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
{
"bundleDependencies": false,
"dependencies": {
"axios": "^0.21.2",
"ip": "^1.1.5",
"lodash.debounce": "^4.0.8",
"pbf": "^3.2.1",
"promise-prompt": "^1.1.0",
"promise.prototype.finally": "^3.1.2",
"protobufjs": "^6.10.2",
"readline": "^1.3.0",
"varint": "^6.0.0"
},
"devDependencies": {
"eslint": "^5.16.0"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisjshull/homebridge-nest.git"
},
"deprecated": false,
"description": "Nest Thermostat, Protect and Lock plug-in for homebridge",
"engines": {
"homebridge": ">=0.2.5",
"node": ">=7.0.0"
},
"homepage": "https://github.com/chrisjshull/homebridge-nest#readme",
"keywords": [
"homebridge-plugin",
"nest"
],
"license": "ISC",
"name": "homebridge-nest",
"preferGlobal": true,
"scripts": {
"lint": "eslint lib *.js",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"version": "4.6.9",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=7.0.0",
"homebridge": ">=0.2.5"
},
"pkgid": "[email protected]"
}
]
}