kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
30 lines (29 loc) • 689 B
JSON
{
"name": "@kui-shell/plugin-proxy-support",
"version": "5.1.0",
"description": "Kui plugin that adds runtime support for proxied communication",
"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"
],
"main": "dist/index.js",
"kui": {
"webpack": "KUI_USE_PROXY",
"headless": false,
"electron": false
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}