forked from potrudeau/homebridge-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 995 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
{
"name": "homebridge-messenger",
"version": "0.0.8",
"description": "Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email)",
"author": "Paul-Olivier Trudeau (p-o.ca)",
"license": "MIT",
"main": "index.js",
"private": false,
"homepage": "https://github.com/potrudeau/homebridge-messenger",
"bugs": {
"url": "https://github.com/potrudeau/homebridge-messenger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/potrudeau/homebridge-messenger.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"pushover",
"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"
}
}