You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
839 B

6 years ago
{
6 years ago
"name": "yunkong2.pushover",
"description": "This adapter allows to send pushover notifications from yunkong2",
6 years ago
"version": "1.1.0",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
],
6 years ago
"homepage": "https://github.com/yunkong2/yunkong2.pushover",
6 years ago
"license": "MIT",
"keywords": [
6 years ago
"yunkong2",
6 years ago
"pushover",
"home automation"
],
"repository": {
"type": "git",
6 years ago
"url": "https://github.com/yunkong2/yunkong2.pushover"
6 years ago
},
"dependencies": {
"pushover-notifications": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
6 years ago
"url": "https://github.com/yunkong2/yunkong2.pushover/issues"
6 years ago
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}