{
"name": "p3x-redis-ui-material",
"version": "2018.12.20-6",
"description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via https.",
"corifeus": {
"icon": "fas fa-database",
"code": "Fireball",
"opencollective": false,
"build": true,
"nodejs": "v11.5.0",
"reponame": "redis-ui-material",
"publish": true,
"prefix": "p3x-",
"type": "p3x"
},
"main": "src/index.js",
"scripts": {
"test": "grunt",
"run": "concurrently \"grunt watch:js\" \"grunt watch:sass\" \"webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js\"",
"run-webpack": "webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js",
"build": "grunt build && webpack --config ./src/builder/webpack.config.js --production"
},
"repository": {
"type": "git",
"url": "https://github.com/patrikx3/redis-ui-material.git"
},
"keywords": [
"redis",
"ui",
"gui",
"web",
"electron",
"desktop",
"server",
"angularjs",
"javascript",
"material",
"dark",
"light"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"@uirouter/angularjs": "^1.0.20",
"angular": "^1.7.5",
"angular-animate": "^1.7.5",
"angular-aria": "^1.7.5",
"angular-cookies": "^1.7.5",
"angular-json-tree": "^1.0.1",
"angular-material": "^1.1.10",
"angular-messages": "^1.7.5",
"angular-tree-control": "^0.2.30",
"clean-webpack-plugin": "^1.0.0",
"concurrently": "^4.1.0",
"copy-webpack-plugin": "^4.6.0",
"corifeus-builder": "^2018.12.15-1",
"css-loader": "^2.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"grunt-injector": "^1.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"js-htmlencode": "^0.3.0",
"lodash": "^4.17.11",
"material-design-icons-iconfont": "^4.0.3",
"moment": "^2.23.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"parse-ms": "^2.0.0",
"pretty-bytes": "^5.1.0",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"socket.io-client": "^2.2.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
"typeface-roboto": "0.0.54",
"webpack": "^4.28.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"engines": {
"node": ">=10.13.0"
},
"homepage": "https://pages.corifeus.com/redis-ui-material",
"dependencies": {}
}