{ "name": "p3x-redis-ui", "version": "2021.4.149", "description": "📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app", "corifeus": { "description-snap": "P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app", "description": "📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app", "snap": true, "icon": "fas fa-database", "code": "2Q", "prefix": "p3x-", "type": "p3x", "publish": true, "build": true, "nodejs": "v14.15.5", "reponame": "redis-ui", "opencollective": false, "install-appimage-launcher": "sudo add-apt-repository ppa:appimagelauncher-team/stable && sudo apt install -y appimagelauncher" }, "main": "src/app.js", "bin": { "p3x-redis": "./bin/p3x-redis.js" }, "scripts": { "test": "grunt", "build": "electron-builder --ia32 --x64 build/dist", "build-test": "electron-builder build/dist", "publish-electron": "rimraf dist && electron-builder -p onTagOrDraft --linux", "publish-windows": "rimraf dist && electron-builder -p always --windows", "publish-osx": "electron-builder -p always", "publish-electron-snap": "electron-builder --linux snap -p never", "publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js" }, "repository": { "type": "git", "url": "https://github.com/patrikx3/redis-ui.git" }, "keywords": [ "redis", "ui", "gui", "web", "electron", "desktop", "server", "angularjs", "javascript", "material", "dark", "light", "tree", "database", "redis-cluster", "donation", "redis-desktop-manager", "ioredis", "p3x", "redis-gui", "redis-gui-client", "redis-desktop" ], "author": "Patrik Laszlo ", "license": "MIT", "devDependencies": { "corifeus-builder": "^2021.4.121", "electron": "^11.3.0", "electron-builder": "^22.9.1", "rimraf": "^3.0.2" }, "engines": { "node": ">=12.13.0" }, "homepage": "https://corifeus.com/redis-ui", "dependencies": { "angular": "^1.8.2", "angular-animate": "^1.8.2", "angular-aria": "^1.8.2", "angular-material": "^1.2.2", "angular-messages": "^1.8.2", "configstore": "^4.0.0", "electron-updater": "^4.3.5", "@fontsource/roboto": "^4.2.1", "get-port": "^5.1.1", "p3x-redis-ui-material": "^2021.4.131", "p3x-redis-ui-server": "^2021.4.129" }, "build": { "afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js", "publish": [ { "provider": "github", "owner": "patrikx3", "repo": "redis-ui" } ], "icon": "src/electron/images/", "appId": "p3x.redis-ui.electron", "productName": "P3X Redis UI", "copyright": "(c) Copyright P3X / Corifeus / PatrikX3 as MIT license", "win": { "icon": "src/electron/images/", "target": "nsis" }, "nsis": { "artifactName": "${name}-electron-setup-${os}-${version}.${ext}" }, "linux": { "category": "Development", "icon": "../src/electron/images/", "target": "appimage" }, "mac": { "category": "public.app-category.developer-tools", "target": [ "dmg" ] }, "snap": { "environment": { "DISABLE_WAYLAND": 1 } } } }