kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@kui-shell/core",
"version": "5.1.0",
"description": "An Electron-based shell for cloud-native development",
"homepage": "https://github.com/IBM/kui#readme",
"license": "Apache-2.0",
"author": "Nick Mitchell",
"bugs": {
"url": "https://github.com/IBM/kui/issues/new"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IBM/kui.git"
},
"keywords": [
"OpenWhisk",
"CLI",
"UI",
"kubernetes",
"visualization",
"serverless"
],
"contributors": [
"Mengting Yan"
],
"main": "index.js",
"bin": {
"kui": "bin/kui",
"kubectl-kui": "bin/kubectl-kui"
},
"dependencies": {
"ansi-to-html": "0.6.11",
"app-module-path": "2.2.0",
"colors": "1.4.0",
"columnify": "1.5.4",
"debug": "4.1.1",
"extract-zip": "1.6.7",
"fs-extra": "8.1.0",
"marked": "^0.7.0",
"mkdirp": "0.5.1",
"needle": "2.4.0",
"pretty-ms": "5.0.0",
"properties-parser": "0.3.1",
"strip-ansi": "5.2.0",
"tmp": "0.1.0",
"uuid": "3.3.3",
"yargs-parser": "14.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}