{
  "name": "node-red-contrib-greenhippo",
  "version": "1.1.6",
  "description": "A collection of node for API calls from Green Hippo Media Servers",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "node-red": {
    "version": ">=4.0.9",
    "nodes": {
      "GH-API": "GH-API.js",
      "GH-Info": "GH-Info.js"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/infocusav/node-red-contrib-greenhippo.git"
  },
  "keywords": [
    "greenhippo",
    "node-red",
    "API"
  ],
  "author": "infocusav",
  "license": "MIT"
}
