kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
57 lines (56 loc) • 1.21 kB
JSON
{
"name": "@kui-shell/plugin-wskflow",
"version": "5.1.0",
"description": "Visualizations for Composer apps",
"license": "Apache-2.0",
"author": "Kerry Chang",
"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",
"OpenWhisk",
"Apache Composer",
"visualization",
"step functions",
"flow",
"wskflow"
],
"contributors": [
"Mengting Yan",
"Nick Mitchell"
],
"bin": {
"@kui-shell/plugin/wskflow/webpack/pre": "bin/prune-for-browser.sh",
"@kui-shell/plugin/wskflow/webpack/post": "bin/restore-after-prune.sh"
},
"main": "dist/index.js",
"dependencies": {
"chokidar": "2.1.5",
"d3": "3.5.17",
"debug": "4.1.1",
"elkjs": "0.3.0",
"es6-promise-pool": "2.5.0",
"jquery": "3.4.1",
"tmp": "0.1.0"
},
"kui": {
"headless": false,
"proxy": false,
"exclude": {
"webpack": [
"chokidar"
]
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "30f1be37c97b01d54e26266ead3215e64d964bb8"
}