{
  "name": "node-red-contrib-ui-metabase",
  "version": "1.0.6",
  "description": "Embed Metabase dashboards and queries into node-red ui.",
  "author": "GBh",
  "contributors": [
    ],
  "license": "Apache-2.0",
  "main": "ui_metabase/ui_metabase.js",
  "node-red": {
      "nodes": {
          "metabase_ui": "ui_metabase/ui_metabase.js"
      }
  },
  "peerDependencies": {
        "node-red-dashboard": ">2.15.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gh-gill/node-red-contrib-ui-metabase.git"
  },
  "bugs": {
    "url": "https://github.com/gh-gill/node-red-contrib-ui-metabase/issues"
  },
  "homepage": "https://github.com/gh-gill/node-red-contrib-ui-metabase#readme",
  "keywords": [
    "node-red",
    "node-red-dashboard",
    "dashboard",
    "metabase",
    "jsonwebtoken"
  ],  
  "dependencies": {
    "jsonwebtoken": "^8.5.1"
  }
}
