1{ 2 "name": "phosphor-webui", 3 "description": "Web-based user interface for the OpenBMC firmware stack", 4 "author": { 5 "name": "OpenBMC Developers", 6 "email": "openbmc@lists.ozlabs.org", 7 "url": "https://www.openbmc.org/" 8 }, 9 "version": "2.8.0-dev", 10 "private": false, 11 "repository": { 12 "type": "git", 13 "url": "git://github.com/openbmc/phosphor-webui" 14 }, 15 "scripts": { 16 "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production", 17 "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development", 18 "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development", 19 "test": "karma start", 20 "test-watch": "karma start --auto-watch --no-single-run", 21 "start": "npm run server" 22 }, 23 "contributors": [ 24 "Iftekharul Islam <iffy.ryan@ibm.com>", 25 "Michael Davis <michael.s.davis@ibm.com>", 26 "Ed Tanous <ed.tanous@intel.com>", 27 "Gunnar Mills <gmills@us.ibm.com>", 28 "James Feist <james.feist@linux.intel.com>" 29 ], 30 "files": [ 31 "dist" 32 ], 33 "browserslist": "> 0.25%, not dead", 34 "keywords": [ 35 "node" 36 ], 37 "dependencies": { 38 "@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7", 39 "angular": "1.7.9", 40 "angular-animate": "1.7.9", 41 "angular-clipboard": "1.7.0", 42 "angular-cookies": "1.7.9", 43 "angular-messages": "1.7.9", 44 "angular-route": "1.7.9", 45 "angular-sanitize": "1.7.9", 46 "angular-ui-bootstrap": "2.5.6", 47 "angular-ui-router": "1.0.25", 48 "bootstrap": "4.4.1", 49 "core-js": "3.6.5", 50 "is-path-inside": "3.0.2", 51 "ng-toast": "2.0.0", 52 "pkg-dir": "4.2.0", 53 "regenerator-runtime": "0.13.5", 54 "text-encoding": "0.7.0", 55 "xterm": "3.14.5" 56 }, 57 "peerDependencies": {}, 58 "devDependencies": { 59 "@babel/core": "7.9.0", 60 "@babel/preset-env": "7.9.5", 61 "angular-mocks": "1.7.9", 62 "assets-webpack-plugin": "3.9.12", 63 "autoprefixer": "9.7.6", 64 "babel-core": "6.26.3", 65 "babel-loader": "8.1.0", 66 "babel-polyfill": "6.26.0", 67 "compression-webpack-plugin": "3.1.0", 68 "copy-webpack-plugin": "5.1.1", 69 "css-loader": "3.5.2", 70 "eslint-plugin-angular": "4.0.1", 71 "event-stream": "4.0.1", 72 "file-loader": "6.0.0", 73 "filter-chunk-webpack-plugin": "2.1.0", 74 "html-loader": "1.1.0", 75 "html-minifier": "4.0.0", 76 "html-webpack-inline-source-plugin": "0.0.10", 77 "html-webpack-plugin": "4.2.0", 78 "ignore-assets-webpack-plugin": "2.0.1", 79 "mini-css-extract-plugin": "0.9.0", 80 "node-sass": "4.13.1", 81 "node-gyp": "6.1.0", 82 "null-loader": "4.0.0", 83 "raw-loader": "4.0.1", 84 "rimraf": "3.0.2", 85 "sass-loader": "8.0.2", 86 "style-loader": "1.1.4", 87 "svg-inline-loader": "0.8.2", 88 "uglifyjs-webpack-plugin": "2.2.0", 89 "webpack": "4.42.1", 90 "webpack-cli": "3.3.11", 91 "webpack-dev-server": "3.10.3" 92 }, 93 "license": "Apache-2.0", 94 "licenses": [ 95 { 96 "type": "Apache-2.0", 97 "url": "http://www.apache.org/licenses/LICENSE-2.0" 98 } 99 ], 100 "engines": { 101 "node": ">=4.2.6", 102 "npm": ">=6.0.1" 103 } 104} 105