UNPKG

harmonyhubjs-client

Version:

harmonyhubjs-client is a Node.JS library which allows you to interact with your Logitech Harmony Hub.

47 lines 1.19 kB
{ "name": "harmonyhubjs-client", "description": "harmonyhubjs-client is a Node.JS library which allows you to interact with your Logitech Harmony Hub.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/swissmanu/harmonyhubjs-client.git" }, "keywords": [ "logitech", "harmony", "hub", "remote", "api" ], "author": "Manuel Alabor <manuel@alabor.me>", "license": "MIT", "bugs": { "url": "https://github.com/swissmanu/harmonyhubjs-client/issues" }, "engines": { "npm": ">=3.0.0" }, "dependencies": { "debug": "^2.1.0", "node-xmpp-client": "3.0.0", "node-xmpp-stanza": "1.1.0", "q": "^1.1.2", "request": "^2.48.0", "ltx": "https://github.com/swissmanu/ltx.git#cdata-for-ltx-parser" }, "devDependencies": { "cz-conventional-changelog": "^1.1.5", "standard": "^5.4.1", "semantic-release": "^4.3.5" }, "scripts": { "test": "standard", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "version": "1.1.11" }