{ "name": "p3x-redis-ui", "version": "2018.9.18-34", "description": "📡 P3X Redis UI that uses Socket.IO, AngularJs Material and IORedis with statistics, console - terminal, tree, dark mode, internationalization, multiple connections, web and desktop by Electron.", "corifeus": { "icon": "fas fa-database", "code": "2Q", "prefix": "p3x-", "type": "p3x", "opencollective": false, "publish": true, "build": true, "nodejs": "v10.10.0", "reponame": "redis-ui" }, "main": "bin/p3xr-electron.js", "bin": { "p3x-redis": "./bin/p3x-redis.js" }, "scripts": { "test": "grunt", "build": "build --ia32 --x64 build/dist" }, "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 ", "license": "MIT", "devDependencies": { "corifeus-builder": "^2018.9.16-3", "corifeus-utils": "^2018.9.16-3", "electron": "^2.0.9", "electron-builder": "^20.28.4", "jsdom": "^12.0.0" }, "engines": { "node": ">=8.11.4" }, "homepage": "https://pages.corifeus.com/redis-ui", "dependencies": { "p3x-redis-ui-material": "^2018.9.17-6", "p3x-redis-ui-server": "^2018.9.17-8" }, "build": { "appId": "p3x.redis-ui.electron", "productName": "patrikx3-redis-ui-electron", "copyright": "(c) Copyright P3X / Corifeus / PatrikX3 as MIT license", "win": { "icon": "src/electron/images/", "target": "nsis" }, "nsis": { "artifactName": "${name}-setup-${os}-x64-${version}.${ext}" }, "linux": { "category": "Office", "icon": "src/electron/images/", "target": "appimage" } } }