keyble-mqtt
Version:
MQTT client for controlling eQ-3 eqiva bluetooth smart locks
46 lines (45 loc) • 813 B
JSON
{
"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"
]
}