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