forked from oyooyo/keyble-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 813 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
40
41
42
43
44
45
{
"name": "keyble-mqtt",
"version": "0.3.1",
"description": "MQTT client for controlling eQ-3 eqiva bluetooth smart locks",
"bin": {
"keyble-mqtt": "./keyble-mqtt.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/oyooyo/keyble-mqtt.git"
},
"keywords": [
"eqiva",
"eq-3",
"key-ble",
"keyble",
"mqtt",
"smart lock"
],
"homepage": "https://oyooyo.github.io/keyble-mqtt",
"author": {
"name": "oyooyo"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/oyooyo/keyble-mqtt/issues"
},
"dependencies": {
"argparse": "^2.0.1",
"keyble": "^0.3.0",
"mqtt": "^4.2.4"
},
"files": [
"*.js",
"*.md",
"package.json",
"package-lock.json"
]
}