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.

34 lines
790 B

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