-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
45
46
47
48
{
"name": "homebridge-connexoon",
"version": "2.2.4",
"description": "A Homebridge plugin providing support for the Connexoon, TaHoma and Cozytouch platforms and accessories.",
"main": "index.js",
"files": [
"/index.js",
"/src"
],
"scripts": {
"start": "homebridge -D -U ./homebridge-home -P .",
"debug": "ndb npm start",
"lint": "npx prettier '**/*.{js,json,md,yml}' --check && eslint ."
},
"keywords": [
"homebridge-plugin",
"homebridge",
"somfy",
"connexoon",
"tahoma"
],
"author": "Matthieu Di Berardino",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^7.22.0",
"homebridge": "^1.3.4",
"ndb": "^1.1.5",
"prettier": "^2.2.1"
},
"engines": {
"node": ">=11.0.0",
"homebridge": ">=1.0.0"
},
"dependencies": {
"abort-controller": "^3.0.0",
"lodash": "^4.17.20",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"homepage": "https://github.com/yenoiwesa/homebridge-connexoon#readme",
"repository": {
"type": "git",
"url": "git://github.com/yenoiwesa/homebridge-connexoon.git"
},
"bugs": {
"url": "http://github.com/yenoiwesa/homebridge-connexoon/issues"
}
}