@svobs/homebridge-messenger
Version:
Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email). Forked to add support for Pushover custom sounds & TTL
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@svobs/homebridge-messenger",
"version": "1.0.3",
"description": "Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email). Forked to add support for Pushover custom sounds & TTL",
"author": "Paul-Olivier Trudeau (p-o.ca) & Matt Svoboda",
"license": "MIT",
"main": "index.js",
"private": false,
"homepage": "https://github.com/svobs/homebridge-messenger",
"bugs": {
"url": "https://github.com/svobs/homebridge-messenger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/svobs/homebridge-messenger.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"pushover",
"sounds",
"email",
"mail",
"ifttt",
"maker",
"webhooks"
],
"engines": {
"node": ">=6.0.0",
"homebridge": ">=0.2.5"
},
"dependencies": {
"nodemailer": "^6.4.17",
"pushover-notifications": "^1.2.2",
"node-persist": "^2.1.0",
"ifttt-webhooks-channel": "^1.1.5",
"axios": "^0.21.1"
}
}