-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 772 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
30
31
32
33
34
35
36
37
38
{
"name": "homebridge-tplink-lightbulb",
"version": "1.1.1",
"description": "TP-Link LB100/110/120/130 Smart Bulb plugin for Homebridge.",
"author": "Matt Lee",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leematt/homebridge-tplink-lightbulb"
},
"main": "index.js",
"scripts": {
"test": "standard"
},
"keywords": [
"tplink",
"tp-link",
"lb100",
"lb110",
"lb120",
"lb130",
"smartbulb",
"homebridge",
"homebridge-plugin"
],
"engines": {
"node": ">=4.4.0",
"homebridge": ">=0.3.0"
},
"dependencies": {
"promise-retry": "^1.1.1",
"promise-timeout": "^1.1.1",
"tplink-lightbulb": "^1.1.7"
},
"devDependencies": {
"standard": "^8.6.0"
}
}