forked from smockle-archive/homebridge-lutron-caseta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "homebridge-lutron-caseta-smockle",
"version": "2.0.32",
"description": "Homebridge plugin for integration with the Lutron Caséta Smart Bridge Pro",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smockle/homebridge-lutron-caseta.git"
},
"keywords": [
"lutron",
"caseta",
"homebridge",
"homebridge-plugin",
"home-automation",
"smartbridge"
],
"author": "Clay Miller <[email protected]> (https://www.smockle.com)",
"contributors": [
"James Coleman <[email protected]> (https://github.com/jcoleman)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/smockle/homebridge-lutron-caseta/issues"
},
"homepage": "https://github.com/smockle/homebridge-lutron-caseta#readme",
"devDependencies": {
"jest": "^24.8"
},
"engines": {
"homebridge": ">=0.4.44",
"node": ">=10.0.0"
},
"dependencies": {
"homebridge": ">=0.4.44"
},
"jest": {
"testRegex": "__tests__\\/.+.spec\\.js$",
"collectCoverage": true
}
}