-
Notifications
You must be signed in to change notification settings - Fork 5
/
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": "@nebz/homebridge-jeedom",
"version": "v1.8.5",
"cust_serial": "0001",
"description": "Homebridge plugin for Jeedom ",
"main": "index.js",
"private":true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: configure and run homebridge to start\" && exit 1",
"lint:js": "eslint *.js",
"lint": "npm run lint:js"
},
"engines": {
"node": ">=20.0.0",
"homebridge": "^1.6.0 || ^2.0.0-beta.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NebzHB/homebridge-jeedom.git"
},
"keywords": [
"homebridge-plugin",
"Jeedom",
"homekit",
"z-wave",
"Siri"
],
"dependencies": {
"async": "3.2.6",
"axios": "1.7.9",
"express": "5.0.1",
"fakegato-history": "NebzHB/fakegato-history#master"
},
"devDependencies": {
"eslint": "^8.57.0"
},
"author": "Nebz <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/NebzHB/homebridge-jeedom/issues"
},
"homepage": "https://github.com/NebzHB/homebridge-jeedom"
}