-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 858 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
38
39
{
"name": "homebridge-ruuvitag",
"version": "5.0.0",
"description": "Ruuvitag bridge for Homebridge",
"main": "index.js",
"dependencies": {
"debug": "~4.3.7",
"node-addon-api": "^8.1.0",
"node-ruuvitag": "^5.1.0",
"socket.io-client": "^4.7.5"
},
"devDependencies": {},
"scripts": {
"test": ""
},
"engines": {
"homebridge": ">=0.4.38"
},
"author": "Juha Lindstedt",
"keywords": [
"homebridge-plugin",
"ruuvitag",
"temperature",
"humidity",
"homekit",
"apple",
"bluetooth",
"node.js"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/pakastin/homebridge-ruuvitag.git"
},
"bugs": {
"url": "https://github.com/pakastin/homebridge-ruuvitag/issues"
},
"homepage": "https://github.com/pakastin/homebridge-ruuvitag#readme"
}