kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
21 lines (20 loc) • 491 B
JSON
{
"name": "dist",
"version": "1.0.0",
"description": "Files for creating a Shell distributable binary",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"debug": "4.1.1",
"electron": "6.0.12",
"electron-installer-debian": "2.0.1",
"electron-installer-dmg": "3.0.0",
"electron-packager": "14.0.6",
"glob": "7.1.4",
"minifier": "0.8.1"
}
}