| { |
| "name": "openbmc_browser_interface", |
| "description": "openbmc_browser_interface", |
| "version": "0.0.1", |
| "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" |
| ], |
| "keywords": [ |
| "node" |
| ], |
| "dependencies": { |
| "angular": "^1.7.5", |
| "angular-animate": "^1.7.5", |
| "@novnc/novnc": "^1.1.0", |
| "angular-clipboard": "^1.6.2", |
| "angular-cookies": "^1.7.5", |
| "angular-messages": "^1.7.6", |
| "angular-route": "^1.7.5", |
| "angular-sanitize": "^1.7.5", |
| "angular-ui-bootstrap": "^2.5.0", |
| "angular-ui-router": "^1.0.20", |
| "bootstrap": "^4.3.1", |
| "ng-toast": "^2.0.0", |
| "xterm": "^3.10.1" |
| }, |
| "peerDependencies": {}, |
| "devDependencies": { |
| "@babel/core": "^7.4.4", |
| "@babel/preset-env": "^7.4.4", |
| "angular-mocks": "1.7.3", |
| "assets-webpack-plugin": "3.9.6", |
| "autoprefixer": "9.1.5", |
| "babel-core": "6.26.3", |
| "babel-loader": "8.0.2", |
| "babel-polyfill": "^6.26.0", |
| "compression-webpack-plugin": "2.0.0", |
| "copy-webpack-plugin": "4.5.2", |
| "csp-html-webpack-plugin": "^2.5.0", |
| "css-loader": "1.0.0", |
| "eslint-plugin-angular": "3.3.0", |
| "event-stream": "3.3.4", |
| "file-loader": "2.0.0", |
| "filter-chunk-webpack-plugin": "^2.1.0", |
| "html-loader": "^0.5.5", |
| "html-minifier": "^3.5.21", |
| "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.4.5", |
| "node-sass": "^4.12.0", |
| "null-loader": "^0.1.1", |
| "raw-loader": "^0.5.1", |
| "rimraf": "^2.6.3", |
| "sass-loader": "^7.1.0", |
| "style-loader": "^0.23.1", |
| "svg-inline-loader": "^0.8.0", |
| "uglifyjs-webpack-plugin": "^1.3.0", |
| "webpack": "^4.29.3", |
| "webpack-cli": "^3.2.3", |
| "webpack-dev-server": "^3.1.11" |
| }, |
| "license": "MIT", |
| "engines": { |
| "node": ">=4.2.6", |
| "npm": ">=5.6.0" |
| }, |
| "author": "" |
| } |