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.3", 32 "angular-animate": "^1.7.3", 33 "angular-clipboard": "^1.6.2", 34 "angular-cookies": "^1.7.3", 35 "angular-route": "^1.7.3", 36 "angular-sanitize": "^1.7.3", 37 "angular-ui-bootstrap": "^2.5.0", 38 "angular-ui-router": "^1.0.20", 39 "angular-websocket": "^2.0.1", 40 "angularUtils": "git+https://github.com/michaelbromley/angularUtils.git#75dd112ff7b71b32f08743c2d0f29434f12dfa5c", 41 "bootstrap": "^3.3.7", 42 "hterm-umdjs": "^1.4.1", 43 "xterm": "^3.7.0" 44 }, 45 "peerDependencies": {}, 46 "devDependencies": { 47 "@babel/core": "^7.0.0", 48 "@babel/preset-env": "^7.0.0", 49 "angular-mocks": "1.7.3", 50 "assets-webpack-plugin": "3.9.6", 51 "autoprefixer": "9.1.5", 52 "babel-core": "6.26.3", 53 "babel-loader": "8.0.2", 54 "compression-webpack-plugin": "2.0.0", 55 "copy-webpack-plugin": "4.5.2", 56 "css-loader": "1.0.0", 57 "eslint-plugin-angular": "3.3.0", 58 "event-stream": "3.3.5", 59 "file-loader": "2.0.0", 60 "html-loader": "^0.5.5", 61 "html-minifier": "^3.5.20", 62 "html-webpack-plugin": "^3.2.0", 63 "node-sass": "^4.9.3", 64 "null-loader": "^0.1.1", 65 "raw-loader": "^0.5.1", 66 "rimraf": "^2.5.1", 67 "sass-loader": "^7.1.0", 68 "style-loader": "^0.23.0", 69 "uglifyjs-webpack-plugin": "^1.3.0", 70 "webpack": "^4.17.2", 71 "webpack-dev-server": "^3.1.7", 72 "html-webpack-inline-source-plugin": "0.0.10", 73 "ignore-assets-webpack-plugin": "^2.0.1", 74 "filter-chunk-webpack-plugin": "^2.1.0", 75 "mini-css-extract-plugin": "^0.4.2", 76 "svg-inline-loader": "^0.8.0", 77 "webpack-cli": "^3.1.0" 78 }, 79 "license": "MIT", 80 "engines": { 81 "node": ">=0.11.13", 82 "npm": ">=1.4.28" 83 }, 84 "author": "" 85} 86