-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 595 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 595 Bytes
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
{
"name": "homebridge-leviton",
"version": "2.1.0",
"description": "A homebridge plugin for Leviton Decora Smart devices",
"main": "index.js",
"keywords": [
"homebridge-plugin"
],
"author": "tabrindle@gmail.com",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.7",
"sockjs-client": "^1.6.0"
},
"engines": {
"node": ">=14.0.0",
"homebridge": ">=1.0.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/tabrindle"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/tabrindle"
}
]
}