{ "name": "phosphor-webui", "description": "Web-based user interface for the OpenBMC firmware stack", "author": { "name": "OpenBMC Developers", "email": "openbmc@lists.ozlabs.org", "url": "https://www.openbmc.org/" }, "version": "2.8.0-dev", "private": false, "repository": { "type": "git", "url": "git://github.com/openbmc/phosphor-webui" }, "scripts": { "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production", "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development", "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development", "test": "karma start", "test-watch": "karma start --auto-watch --no-single-run", "start": "npm run server" }, "contributors": [ "Iftekharul Islam ", "Michael Davis ", "Ed Tanous ", "Gunnar Mills ", "James Feist " ], "files": [ "dist" ], "browserslist": "> 0.25%, not dead", "keywords": [ "node" ], "dependencies": { "@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7", "angular": "1.7.9", "angular-animate": "1.7.9", "angular-clipboard": "1.7.0", "angular-cookies": "1.7.9", "angular-messages": "1.7.9", "angular-route": "1.7.9", "angular-sanitize": "1.7.9", "angular-ui-bootstrap": "2.5.6", "angular-ui-router": "1.0.25", "bootstrap": "4.4.1", "core-js": "3.6.5", "is-path-inside": "3.0.2", "ng-toast": "2.0.0", "pkg-dir": "4.2.0", "regenerator-runtime": "0.13.5", "xterm": "3.14.5" }, "peerDependencies": {}, "devDependencies": { "@babel/core": "7.9.0", "@babel/preset-env": "7.9.5", "angular-mocks": "1.7.9", "assets-webpack-plugin": "3.9.12", "autoprefixer": "9.7.6", "babel-core": "6.26.3", "babel-loader": "8.1.0", "babel-polyfill": "6.26.0", "compression-webpack-plugin": "3.1.0", "copy-webpack-plugin": "5.1.1", "css-loader": "3.5.2", "eslint-plugin-angular": "4.0.1", "event-stream": "4.0.1", "file-loader": "6.0.0", "filter-chunk-webpack-plugin": "2.1.0", "html-loader": "1.1.0", "html-minifier": "4.0.0", "html-webpack-inline-source-plugin": "0.0.10", "html-webpack-plugin": "4.2.0", "ignore-assets-webpack-plugin": "2.0.1", "mini-css-extract-plugin": "0.9.0", "null-loader": "4.0.0", "raw-loader": "4.0.1", "rimraf": "3.0.2", "sass": "1.26.10", "sass-loader": "8.0.2", "style-loader": "1.1.4", "svg-inline-loader": "0.8.2", "uglifyjs-webpack-plugin": "2.2.0", "webpack": "4.42.1", "webpack-cli": "3.3.11", "webpack-dev-server": "3.10.3" }, "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "engines": { "node": ">=4.2.6", "npm": ">=6.0.1" } }