yunkong2.pushover/package.json

33 lines
764 B
JSON
Raw Normal View History

2018-09-22 00:10:53 +08:00
{
2018-09-22 00:11:56 +08:00
"name": "yunkong2.pushover",
"description": "This adapter allows to send pushover notifications from yunkong2",
2018-09-23 11:40:50 +08:00
"version": "0.1.0",
2018-09-22 00:10:53 +08:00
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
],
2018-09-23 11:40:50 +08:00
"homepage": "https://git.spacen.net/yunkong2/yunkong2.pushover",
2018-09-22 00:10:53 +08:00
"license": "MIT",
"keywords": [
2018-09-22 00:11:56 +08:00
"yunkong2",
2018-09-22 00:10:53 +08:00
"pushover",
"home automation"
],
"repository": {
"type": "git",
2018-09-23 11:40:50 +08:00
"url": "https://git.spacen.net/yunkong2/yunkong2.pushover"
2018-09-22 00:10:53 +08:00
},
"dependencies": {
"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"
}
}