{
  "name": "node-red-contrib-samsung-tv-mk",
  "version": "0.1.2",
  "description": "Node-red node to control Samsung TV",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Martti Kuldma",
  "license": "MIT",
  "keywords": ["node-red", "Samsung"],
  "homepage": "https://github.com/marttiku/node-red-contrib-samsung-tv-mk",
  "repository": {
    "type": "git",
    "url": "https://github.com/marttiku/node-red-contrib-samsung-tv-mk.git"
  },
  "node-red": {
    "nodes": {
      "Samsung-TV": "lib/samsung.js"
    }
  },
  "dependencies": {
    "samsung-tv-control": "^1.1.1"
  }
}