This commit is contained in:
2018-09-22 00:11:56 +08:00
parent 5a308ad8ba
commit 09756d7309
10 changed files with 33 additions and 33 deletions

View File

@@ -1,21 +1,21 @@
{
"name": "iobroker.pushover",
"description": "This adapter allows to send pushover notifications from ioBroker",
"name": "yunkong2.pushover",
"description": "This adapter allows to send pushover notifications from yunkong2",
"version": "1.1.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
],
"homepage": "https://github.com/ioBroker/ioBroker.pushover",
"homepage": "https://github.com/yunkong2/yunkong2.pushover",
"license": "MIT",
"keywords": [
"ioBroker",
"yunkong2",
"pushover",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.pushover"
"url": "https://github.com/yunkong2/yunkong2.pushover"
},
"dependencies": {
"pushover-notifications": "^1.0.0"
@@ -26,7 +26,7 @@
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.pushover/issues"
"url": "https://github.com/yunkong2/yunkong2.pushover/issues"
},
"main": "main.js",
"scripts": {