forked from Tomcuzz/MQTTHomeKeyLock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 812 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
{
"name": "mqtt-homekey-lock",
"version": "0.0.1",
"description": "A NFC Reader that Exposes a Homekit HomeKey Lock and publishes over mqtt",
"main": "mqtt-lock.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomcuzz/MQTTHomeKeyLock.git"
},
"keywords": [
"homebridge-plugin",
"hassio",
"homekey"
],
"author": "Thomas Cousin",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/Tomcuzz/MQTTHomeKeyLock/issues"
},
"homepage": "https://github.com/Tomcuzz/MQTTHomeKeyLock#readme",
"dependencies": {
"mqtt": "^2.9.0",
"hap-nodejs": ">=0.11.1"
}
}