{ "name": "p3x-redis-ui", "version": "2018.12.17-1", "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": "v11.4.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" }, "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.12.15-1", "corifeus-utils": "^2018.12.15-1", "electron": "^3.0.12", "electron-builder": "^20.38.3", "jsdom": "^13.1.0" }, "engines": { "node": ">=10.13.0" }, "homepage": "https://pages.corifeus.com/redis-ui", "dependencies": { "p3x-redis-ui-material": "^2018.12.17-1", "p3x-redis-ui-server": "^2018.12.17-1" }, "build": { "appId": "p3x.redis-ui.electron", "productName": "p3x-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" } } }