RSS Git Download  Clone
Raw View History
Blames found: 64 Mode: javascript Binary: false


Hang on, we reloading big blames...
{ "name": "p3x-redis-ui",
"version": "2024.4.115",
"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": "v20.11.1",
"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": "rm -rf dist && electron-builder --p onTagOrDraft --linux --armv7l --arm64 --linux AppImage deb rpm --x64",
"publish-windows": "rimraf dist && electron-builder -p always --windows",
"publish-windows-store": "rimraf dist && electron-builder --windows",
"publish-electron-snap": "rimraf dist && electron-builder --linux snap -p never",
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js",
"publish-macos": "electron-builder --mac --publish never"
}, "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 <alabard@gmail.com>", "license": "MIT", "devDependencies": {
"axios": "^1.6.7",
"corifeus-builder": "^2024.4.106",
"electron": "^29.0.1", "electron-builder": "^24.12.0",
"rimraf": "^5.0.5"
}, "engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui",
"dependencies": {
"@fontsource/roboto": "^5.0.8",
"angular": "^1.8.3", "angular-animate": "^1.8.3", "angular-aria": "^1.8.3", "angular-material": "^1.2.5",
"angular-messages": "^1.8.3",
"corifeus-utils": "^2024.4.106",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.8",
"p3x-redis-ui-material": "^2024.4.112", "p3x-redis-ui-server": "^2024.4.112"
}, "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": { "target": [
"dmg", "zip"
]
}, "snap": { "environment": { "DISABLE_WAYLAND": 1 }
}
}
}