@kui-shell/plugin-wskflow
Version:
Visualizations for Composer apps
53 lines (52 loc) • 1.18 kB
JSON
{
"name": "@kui-shell/plugin-wskflow",
"version": "10.7.6",
"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",
"module": "mdist/index.js",
"types": "mdist/index.d.ts",
"dependencies": {
"d3": "3.5.17",
"debug": "4.3.2",
"elkjs": "0.3.0",
"es6-promise-pool": "2.5.0",
"jquery": "3.6.0",
"tmp": "0.2.1"
},
"kui": {
"headless": false,
"proxy": false
},
"publishConfig": {
"access": "public"
},
"gitHead": "cf2559897d433d36e49e4f6371f0a2847557916d"
}