UNPKG

pimatic-jointspace

Version:
39 lines (38 loc) 897 B
{ "name": "pimatic-jointspace", "description": "Control your Philips TV via Jointspace", "author": "Sven Kicherer <sven.kicherer@yahoo.com> (http://www.sven-kicherer.de/)", "license": "GPL-2.0", "main": "jointspace", "files": [ "jointspace.coffee", "README.md", "LICENSE", "jointspace-config-schema.coffee", "device-config-schema.coffee" ], "keywords": [ "pimatic", "pimatic-plugin", "jointspace", "philips" ], "version": "0.1.0", "homepage": "https://github.com/quotschmacher/pimatic-jointspace", "private": false, "repository": { "type": "git", "url": "git://github.com/quotschmacher/pimatic-jointspace.git" }, "configSchema": "jointspace-config-schema.coffee", "dependencies": { "request": "^2.88.0" }, "peerDependencies": { "pimatic": "0.9.*" }, "engines": { "node": ">=4", "npm": ">=2" } }