@hypertegrity/node-red-contrib-k8s-helper
Version:
Node-RED tools for use in a containerized environment.
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "@hypertegrity/node-red-contrib-k8s-helper",
"version": "1.0.0",
"description": "Node-RED tools for use in a containerized environment.",
"repository": {
"type": "git",
"url": "git+https://github.com/HYPERTEGRITY-AG/node-red-contrib-k8s-helper.git"
},
"keywords": [
"node-red",
"kubernetes",
"k8s",
"container",
"docker",
"cloud",
"iot",
"aws",
"amazon",
"azure",
"google-cloud",
"observation",
"security",
"health-check",
"hypertegrity"
],
"author": "Will Freitag",
"license": "MIT",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"health checks": "health-checks.js",
"watchdog": "watchdog.js"
}
},
"bugs": {
"url": "https://github.com/HYPERTEGRITY-AG/node-red-contrib-k8s-helper/issues"
},
"homepage": "https://github.com/HYPERTEGRITY-AG/node-red-contrib-k8s-helper#readme",
"dependencies": {
"node-red-dev": "^0.1.5",
"svelte-integration-red": "^1.4.2"
},
"engines": {
"node": ">=12.0.0"
}
}