forked from meg768/homebridge-pushover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 937 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
{
"name": "homebridge-pushover",
"version": "1.0.9",
"description": "Send messages via Pushover to HomeKit",
"main": "index.js",
"scripts": {
"git-commit": "git add -A && git commit -m '-' && git push",
"npm-publish": "npm publish",
"goto-github": "open https://github.com/meg768/homebridge-pushover",
"goto-npm": "open https://www.npmjs.com/package/homebridge-pushover"
},
"keywords": [
"homebrige",
"pushover",
"homebridge-plugin"
],
"engines": {
"node": ">=0.12.0",
"homebridge": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meg768/homebridge-pushover.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/meg768/homebridge-pushover/issues"
},
"homepage": "https://github.com/meg768/homebridge-pushover#readme",
"dependencies": {
"dotenv": "^6.2.0",
"pushover-notifications": "^0.2.4"
}
}