UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

34 lines (33 loc) 646 B
{ "name": "@kui-shell/proxy-webapp", "version": "0.0.1", "description": "Web application for Kui proxy", "author": "Nick Mitchell", "license": "Apache-2.0", "bugs": { "url": "https://github.com/IBM/kui/issues/new" }, "repository": { "type": "git", "url": "git+https://github.com/IBM/kui.git" }, "keywords": [ "kui", "plugin" ], "scripts": { "start": "bin/www" }, "bin": { "start-proxy": "bin/www" }, "main": "bin/www", "dependencies": { "cookie-parser": "1.4.4", "cors": "2.8.5", "debug": "4.1.1", "express": "4.17.1", "morgan": "1.9.1", "uuid": "3.3.3" } }