-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
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
{
"name": "homebridge-luxor",
"version": "4.2.7",
"description": "Homebridge Plug-in for the FX Luminaire (Luxor) lighting controller ",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"Luxor",
"ZD",
"ZDC",
"ZDTWO",
"FX",
"Luminaire"
],
"repository": {
"type": "git",
"url": "git://github.com/tagyoureit/homebridge-luxor.git"
},
"author": "Russ Goldin",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"source-map-support": "^0.5.21"
},
"engines": {
"node": ">=10.17.0",
"homebridge": ">=1.3.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"homebridge": "^1.5.1"
}
}