-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
49
50
51
52
53
54
55
56
57
58
{
"name": "homebridge-zigbee",
"version": "1.3.0",
"description": "ZigBee Platform plugin for HomeBridge",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"permit-join": "node scripts/permit-join.js"
},
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsmepetrov/homebridge-zigbee.git#77eee08"
},
"keywords": [
"homebridge-plugin",
"homebridge-zigbee",
"homebridge",
"homekit",
"zigbee",
"ikea",
"tradfri",
"xiaomi",
"aqara",
"philips",
"hue"
],
"author": {
"name": "Anton Petrov",
"email": "[email protected]",
"url": "https://github.com/itsmepetrov"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/itsmepetrov/homebridge-zigbee/issues"
},
"homepage": "https://github.com/itsmepetrov/homebridge-zigbee#readme",
"dependencies": {
"async-retry": "^1.2.1",
"fakegato-history": "^0.5.2",
"homebridge-lib": "^2.0.0",
"lodash.get": "^4.4.2",
"nanoid": "^2.0.0",
"require-dir": "^1.0.0",
"serialport": "^6.2.2",
"zcl-id": "itsmepetrov/zcl-id#d144b89a2b471266fb01ede9cce0f64afdbef825",
"zigbee-shepherd": "itsmepetrov/zigbee-shepherd#1e86104f33b5e066f7b5c9fe1b65565034b82d72"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0"
}
}