1{ 2 "name": "openbmc_browser_interface", 3 "description": "openbmc_browser_interface", 4 "version": "0.0.1", 5 "private": false, 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/openbmc/phosphor-webui" 9 }, 10 "scripts": { 11 "build": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode production", 12 "build-debug": "rimraf dist && webpack --bail --progress --profile --sort-assets-by size --mode development", 13 "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map --mode development", 14 "test": "karma start", 15 "test-watch": "karma start --auto-watch --no-single-run", 16 "start": "npm run server" 17 }, 18 "contributors": [ 19 "Iftekharul Islam <iffy.ryan@ibm.com>", 20 "Michael Davis <michael.s.davis@ibm.com>", 21 "Ed Tanous <ed.tanous@intel.com>", 22 "Gunnar Mills <gmills@us.ibm.com>" 23 ], 24 "files": [ 25 "dist" 26 ], 27 "keywords": [ 28 "node" 29 ], 30 "dependencies": { 31 "angular": "^1.7.5", 32 "angular-animate": "^1.7.5", 33 "angular-clipboard": "^1.6.2", 34 "angular-cookies": "^1.7.5", 35 "angular-route": "^1.7.5", 36 "angular-sanitize": "^1.7.5", 37 "angular-ui-bootstrap": "^2.5.0", 38 "angular-ui-router": "^1.0.20", 39 "angular-websocket": "^2.0.1", 40 "bootstrap": "^4.2.1", 41 "ng-toast": "^2.0.0", 42 "xterm": "^3.10.1" 43 }, 44 "peerDependencies": {}, 45 "devDependencies": { 46 "@babel/core": "^7.2.2", 47 "@babel/preset-env": "^7.2.3", 48 "angular-mocks": "1.7.3", 49 "assets-webpack-plugin": "3.9.6", 50 "autoprefixer": "9.1.5", 51 "babel-core": "6.26.3", 52 "babel-loader": "8.0.2", 53 "compression-webpack-plugin": "2.0.0", 54 "copy-webpack-plugin": "4.5.2", 55 "csp-html-webpack-plugin": "^2.5.0", 56 "css-loader": "1.0.0", 57 "eslint-plugin-angular": "3.3.0", 58 "event-stream": "3.3.4", 59 "file-loader": "2.0.0", 60 "filter-chunk-webpack-plugin": "^2.1.0", 61 "html-loader": "^0.5.5", 62 "html-minifier": "^3.5.21", 63 "html-webpack-inline-source-plugin": "0.0.10", 64 "html-webpack-plugin": "^3.2.0", 65 "ignore-assets-webpack-plugin": "^2.0.1", 66 "mini-css-extract-plugin": "^0.4.5", 67 "node-sass": "^4.11.0", 68 "null-loader": "^0.1.1", 69 "raw-loader": "^0.5.1", 70 "rimraf": "^2.6.3", 71 "sass-loader": "^7.1.0", 72 "style-loader": "^0.23.1", 73 "svg-inline-loader": "^0.8.0", 74 "uglifyjs-webpack-plugin": "^1.3.0", 75 "webpack": "^4.28.3", 76 "webpack-cli": "^3.2.1", 77 "webpack-dev-server": "^3.1.11" 78 }, 79 "license": "MIT", 80 "engines": { 81 "node": ">=4.2.6", 82 "npm": ">=5.6.0" 83 }, 84 "author": "" 85} 86