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


Hang on, we reloading big blames...
{ "name": "p3x-redis-ui",
"version": "2019.4.183",
"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.5.0",
"reponame": "redis-ui" },
"main": "src/app.js",
"bin": { "p3x-redis": "./bin/p3x-redis.js" },
"scripts": {
"test": "grunt",
"build": "build --ia32 --x64 build/dist",
"build-test": "build build/dist",
"publish-electron": "build --ia32 --x64 -p always",
"publish-osx": "build -p always", "publish-electron-snap": "build --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.4.111",
"fs-extra": "^8.1.0",
"electron": "=4.2.5", "electron-builder": "^20.44.4",
"jsdom": "^15.1.1"
}, "engines": {
"node": ">=10.13.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.0.14",
"p3x-redis-ui-material": "^2019.4.124", "p3x-redis-ui-server": "^2019.4.123",
"typeface-roboto": "0.0.54"
},
"build-save": { "afterPack": "./src/build/after-pack.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" ]
}
}, "collective": { "type": "opencollective", "url": "https://opencollective.com/p3x-redis-ui"
}
}