176720ce7SMichael Davis{ 2ac2fc7d8SGunnar Mills "name": "phosphor-webui", 376966503SGunnar Mills "description": "Web-based user interface for the OpenBMC firmware stack", 4493074ddSGunnar Mills "author": { 5493074ddSGunnar Mills "name": "OpenBMC Developers", 6493074ddSGunnar Mills "email": "openbmc@lists.ozlabs.org", 7493074ddSGunnar Mills "url": "https://www.openbmc.org/" 8493074ddSGunnar Mills }, 97d349d04SGunnar Mills "version": "2.8.0-dev", 1099d199f3SIftekharul Islam "private": false, 1114455e17SMichael Davis "repository": { 1214455e17SMichael Davis "type": "git", 1314455e17SMichael Davis "url": "git://github.com/openbmc/phosphor-webui" 1414455e17SMichael Davis }, 1576720ce7SMichael Davis "scripts": { 16fc7a33f2SEd Tanous "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production", 17fc7a33f2SEd Tanous "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development", 18fc7a33f2SEd Tanous "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development", 19bbcf670aSEd Tanous "test": "karma start", 20bbcf670aSEd Tanous "test-watch": "karma start --auto-watch --no-single-run", 21bbcf670aSEd Tanous "start": "npm run server" 2276720ce7SMichael Davis }, 2399d199f3SIftekharul Islam "contributors": [ 2414455e17SMichael Davis "Iftekharul Islam <iffy.ryan@ibm.com>", 25bbcf670aSEd Tanous "Michael Davis <michael.s.davis@ibm.com>", 26371eaee1SGunnar Mills "Ed Tanous <ed.tanous@intel.com>", 27c3f5e318SJames Feist "Gunnar Mills <gmills@us.ibm.com>", 28c3f5e318SJames Feist "James Feist <james.feist@linux.intel.com>" 2999d199f3SIftekharul Islam ], 3099d199f3SIftekharul Islam "files": [ 3199d199f3SIftekharul Islam "dist" 3299d199f3SIftekharul Islam ], 33dc25db03SEd Tanous "browserslist": "> 0.25%, not dead", 3499d199f3SIftekharul Islam "keywords": [ 3599d199f3SIftekharul Islam "node" 3699d199f3SIftekharul Islam ], 37bbcf670aSEd Tanous "dependencies": { 38c3f5e318SJames Feist "@novnc/novnc": "git+https://github.com/novnc/noVNC.git#25b3d49d322b0a7c9ee1e071d93042d70f5176b7", 3986f4056aSGunnar Mills "angular": "1.7.9", 400b7d07b7SGunnar Mills "angular-animate": "1.7.9", 41af0df6ffSGunnar Mills "angular-clipboard": "1.7.0", 420b7d07b7SGunnar Mills "angular-cookies": "1.7.9", 430b7d07b7SGunnar Mills "angular-messages": "1.7.9", 440b7d07b7SGunnar Mills "angular-route": "1.7.9", 450b7d07b7SGunnar Mills "angular-sanitize": "1.7.9", 46af0df6ffSGunnar Mills "angular-ui-bootstrap": "2.5.6", 470b7d07b7SGunnar Mills "angular-ui-router": "1.0.25", 480b7d07b7SGunnar Mills "bootstrap": "4.4.1", 490b7d07b7SGunnar Mills "core-js": "3.6.5", 500b7d07b7SGunnar Mills "is-path-inside": "3.0.2", 51af0df6ffSGunnar Mills "ng-toast": "2.0.0", 52e0334c5eSGunnar Mills "pkg-dir": "4.2.0", 530b7d07b7SGunnar Mills "regenerator-runtime": "0.13.5", 5486f4056aSGunnar Mills "xterm": "3.14.5" 55bbcf670aSEd Tanous }, 5699d199f3SIftekharul Islam "peerDependencies": {}, 5776720ce7SMichael Davis "devDependencies": { 580b7d07b7SGunnar Mills "@babel/core": "7.9.0", 590b7d07b7SGunnar Mills "@babel/preset-env": "7.9.5", 600b7d07b7SGunnar Mills "angular-mocks": "1.7.9", 610b7d07b7SGunnar Mills "assets-webpack-plugin": "3.9.12", 620b7d07b7SGunnar Mills "autoprefixer": "9.7.6", 63fc7a33f2SEd Tanous "babel-core": "6.26.3", 640b7d07b7SGunnar Mills "babel-loader": "8.1.0", 65af0df6ffSGunnar Mills "babel-polyfill": "6.26.0", 66425ed044SGunnar Mills "compression-webpack-plugin": "3.1.0", 67425ed044SGunnar Mills "copy-webpack-plugin": "5.1.1", 680b7d07b7SGunnar Mills "css-loader": "3.5.2", 69f000468dSGunnar Mills "eslint-plugin-angular": "4.0.1", 70f000468dSGunnar Mills "event-stream": "4.0.1", 710b7d07b7SGunnar Mills "file-loader": "6.0.0", 72af0df6ffSGunnar Mills "filter-chunk-webpack-plugin": "2.1.0", 730b7d07b7SGunnar Mills "html-loader": "1.1.0", 74f000468dSGunnar Mills "html-minifier": "4.0.0", 750f2f981eSEd Tanous "html-webpack-inline-source-plugin": "0.0.10", 760b7d07b7SGunnar Mills "html-webpack-plugin": "4.2.0", 77af0df6ffSGunnar Mills "ignore-assets-webpack-plugin": "2.0.1", 780b7d07b7SGunnar Mills "mini-css-extract-plugin": "0.9.0", 790b7d07b7SGunnar Mills "null-loader": "4.0.0", 800b7d07b7SGunnar Mills "raw-loader": "4.0.1", 810b7d07b7SGunnar Mills "rimraf": "3.0.2", 82*0c4aceb7SEd Tanous "sass": "1.26.10", 830b7d07b7SGunnar Mills "sass-loader": "8.0.2", 840b7d07b7SGunnar Mills "style-loader": "1.1.4", 850b7d07b7SGunnar Mills "svg-inline-loader": "0.8.2", 86e0334c5eSGunnar Mills "uglifyjs-webpack-plugin": "2.2.0", 870b7d07b7SGunnar Mills "webpack": "4.42.1", 880b7d07b7SGunnar Mills "webpack-cli": "3.3.11", 890b7d07b7SGunnar Mills "webpack-dev-server": "3.10.3" 9076720ce7SMichael Davis }, 918ab097baSGunnar Mills "license": "Apache-2.0", 928ab097baSGunnar Mills "licenses": [ 938ab097baSGunnar Mills { 948ab097baSGunnar Mills "type": "Apache-2.0", 958ab097baSGunnar Mills "url": "http://www.apache.org/licenses/LICENSE-2.0" 968ab097baSGunnar Mills } 978ab097baSGunnar Mills ], 9899d199f3SIftekharul Islam "engines": { 99243e6cafSGunnar Mills "node": ">=4.2.6", 100596a3ec9SGunnar Mills "npm": ">=6.0.1" 101493074ddSGunnar Mills } 10276720ce7SMichael Davis} 103