{ "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 ", "Michael Davis ", "Ed Tanous ", "Gunnar Mills " ], "files": [ "dist" ], "keywords": [ "node" ], "dependencies": { "angular": "^1.7.3", "angular-animate": "^1.7.3", "angular-clipboard": "^1.6.2", "angular-cookies": "^1.7.3", "angular-route": "^1.7.3", "angular-sanitize": "^1.7.3", "angular-ui-bootstrap": "^2.5.0", "angular-ui-router": "^1.0.20", "angular-websocket": "^2.0.1", "angularUtils": "git+https://github.com/michaelbromley/angularUtils.git#75dd112ff7b71b32f08743c2d0f29434f12dfa5c", "bootstrap": "^3.3.7", "xterm": "^3.7.0" }, "peerDependencies": {}, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "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", "compression-webpack-plugin": "2.0.0", "copy-webpack-plugin": "4.5.2", "css-loader": "1.0.0", "eslint-plugin-angular": "3.3.0", "event-stream": "3.3.5", "file-loader": "2.0.0", "html-loader": "^0.5.5", "html-minifier": "^3.5.20", "html-webpack-plugin": "^3.2.0", "node-sass": "^4.9.3", "null-loader": "^0.1.1", "raw-loader": "^0.5.1", "rimraf": "^2.5.1", "sass-loader": "^7.1.0", "style-loader": "^0.23.0", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^4.17.2", "webpack-dev-server": "^3.1.7", "html-webpack-inline-source-plugin": "0.0.10", "ignore-assets-webpack-plugin": "^2.0.1", "filter-chunk-webpack-plugin": "^2.1.0", "mini-css-extract-plugin": "^0.4.2", "svg-inline-loader": "^0.8.0", "webpack-cli": "^3.1.0" }, "license": "MIT", "engines": { "node": ">=0.11.13", "npm": ">=1.4.28" }, "author": "" }