Files
ring-mqtt/package.json
tsightler 7e10eefe78 Release 4.5.6 (#187)
* Adding camera motion detection enabled status for MQTT messaging.   (#174)
* Temporarily warn on promise rejections only
* Temp hack to test fixes for losing camera ding/motion events
* Attempted fix for camera motion/ding events becoming unavailable

Co-authored-by: Steve Stevenson <sstevenson72@gmail.com>
2021-07-11 17:46:59 -04:00

35 lines
768 B
JSON

{
"name": "ring-mqtt",
"version": "4.5.6",
"description": "Ring to MQTT Bridge",
"main": "ring-mqtt.js",
"dependencies": {
"body-parser": "^1.19.0",
"debug": "^4.3.2",
"express": "^4.17.1",
"get-port": "^5.1.1",
"got": "^11.8.2",
"is-online": "^9.0.1",
"mqtt": "^4.2.8",
"pipe2jpeg": "^0.3.1",
"@tsightler/ring-client-api": "9.18.1-custom.2"
},
"devDependencies": {
"eslint": "^7.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ring-mqtt.js"
},
"keywords": [
"ring",
"mqtt"
],
"repository": {
"type": "git",
"url": "git://github.com/tsightler/ring-mqtt.git"
},
"author": "Tom Sightler (tsightler@gmail.com)",
"license": "MIT"
}