| { |
| "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 <iffy.ryan@ibm.com>", |
| "Michael Davis <michael.s.davis@ibm.com>", |
| "Ed Tanous <ed.tanous@intel.com>", |
| "Gunnar Mills <gmills@us.ibm.com>" |
| ], |
| "files": [ |
| "dist" |
| ], |
| "browserslist": "> 0.25%, not dead", |
| "keywords": [ |
| "node" |
| ], |
| "dependencies": { |
| "@novnc/novnc": "1.1.0", |
| "angular": "1.7.8", |
| "angular-animate": "1.7.8", |
| "angular-clipboard": "1.7.0", |
| "angular-cookies": "1.7.8", |
| "angular-messages": "1.7.8", |
| "angular-route": "1.7.8", |
| "angular-sanitize": "1.7.8", |
| "angular-ui-bootstrap": "2.5.6", |
| "angular-ui-router": "1.0.22", |
| "bootstrap": "4.3.1", |
| "core-js": "3.2.1", |
| "is-path-inside": "3.0.1", |
| "ng-toast": "2.0.0", |
| "pkg-dir": "4.2.0", |
| "regenerator-runtime": "0.13.3", |
| "xterm": "3.14.5", |
| "text-encoding": "0.7.0" |
| }, |
| "peerDependencies": {}, |
| "devDependencies": { |
| "@babel/core": "7.5.5", |
| "@babel/preset-env": "7.5.5", |
| "angular-mocks": "1.7.8", |
| "assets-webpack-plugin": "3.9.10", |
| "autoprefixer": "9.6.1", |
| "babel-core": "6.26.3", |
| "babel-loader": "8.0.6", |
| "babel-polyfill": "6.26.0", |
| "compression-webpack-plugin": "3.0.0", |
| "copy-webpack-plugin": "5.0.4", |
| "css-loader": "3.2.0", |
| "eslint-plugin-angular": "4.0.1", |
| "event-stream": "4.0.1", |
| "file-loader": "4.2.0", |
| "filter-chunk-webpack-plugin": "2.1.0", |
| "html-loader": "0.5.5", |
| "html-minifier": "4.0.0", |
| "html-webpack-inline-source-plugin": "0.0.10", |
| "html-webpack-plugin": "3.2.0", |
| "ignore-assets-webpack-plugin": "2.0.1", |
| "mini-css-extract-plugin": "0.8.0", |
| "node-sass": "4.12.0", |
| "null-loader": "3.0.0", |
| "raw-loader": "3.1.0", |
| "rimraf": "3.0.0", |
| "sass-loader": "7.2.0", |
| "style-loader": "1.0.0", |
| "svg-inline-loader": "0.8.0", |
| "uglifyjs-webpack-plugin": "2.2.0", |
| "webpack": "4.39.2", |
| "webpack-cli": "3.3.7", |
| "webpack-dev-server": "3.8.0" |
| }, |
| "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" |
| } |
| } |