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


Hang on, we reloading big blames...
{ "name": "p3x-redis-ui",
"version": "2019.10.232",
"description": "📡 P3X Redis UI can work with huge key sets, is functional and works on the web and desktop (Electron)",
"corifeus": {
"snap": true,
"icon": "fas fa-database", "code": "2Q",
"prefix": "p3x-", "type": "p3x",
"opencollective": true,
"publish": true,
"build": true,
"nodejs": "v12.7.0",
"reponame": "redis-ui" },
"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": "electron-builder --ia32 --x64 -p always", "publish-osx": "electron-builder -p always", "publish-electron-snap": "electron-builder --linux snap"
}, "repository": { "type": "git", "url": "https://github.com/patrikx3/redis-ui.git" }, "keywords": [ "redis", "ui", "gui", "web", "electron", "desktop", "server", "angularjs", "javascript", "material", "dark", "light" ], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "devDependencies": {
"angular-mocks": "^1.7.8",
"corifeus-builder": "^2019.10.130",
"fs-extra": "^8.1.0",
"electron": "^4.2.8",
"electron-builder": "^21.2.0",
"jsdom": "^15.1.1"
}, "engines": {
"node": ">=10.16.0"
},
"homepage": "https://pages.corifeus.com/redis-ui", "dependencies": {
"angular": "^1.7.8", "angular-animate": "^1.7.8", "angular-aria": "^1.7.8",
"angular-material": "^1.1.19",
"angular-messages": "^1.7.8",
"configstore": "^4.0.0",
"electron-updater": "^4.1.2",
"p3x-redis-ui-material": "^2019.10.126", "p3x-redis-ui-server": "^2019.10.126",
"typeface-roboto": "0.0.75"
},
"build-save": { "afterPack": "./src/build/after-pack2.js" },
"build": {
"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 }
}
}, "collective": { "type": "opencollective", "url": "https://opencollective.com/p3x-redis-ui"
}
}