kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
37 lines (36 loc) • 812 B
JSON
{
"name": "@kui-shell/plugin-k8s",
"version": "5.1.0",
"description": "Kui plugin for kubernetes",
"license": "Apache-2.0",
"author": "Nick Mitchell",
"homepage": "https://github.com/IBM/kui#readme",
"bugs": {
"url": "https://github.com/IBM/kui/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/kui.git"
},
"keywords": [
"kui",
"plugin",
"kubernetes"
],
"main": "dist/index.js",
"dependencies": {
"command-exists": "1.2.8",
"debug": "4.1.1",
"fs-extra": "8.1.0",
"js-yaml": "3.13.1",
"needle": "2.4.0",
"parse-duration": "0.1.1",
"semver": "6.3.0",
"tmp": "0.1.0",
"uuid": "3.3.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}