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 "@novnc/novnc": "^1.1.0", 34 "angular-clipboard": "^1.6.2", 35 "angular-cookies": "^1.7.5", 36 "angular-messages": "^1.7.6", 37 "angular-route": "^1.7.5", 38 "angular-sanitize": "^1.7.5", 39 "angular-ui-bootstrap": "^2.5.0", 40 "angular-ui-router": "^1.0.20", 41 "bootstrap": "^4.3.1", 42 "ng-toast": "^2.0.0", 43 "xterm": "^3.10.1" 44 }, 45 "peerDependencies": {}, 46 "devDependencies": { 47 "@babel/core": "^7.4.4", 48 "@babel/preset-env": "^7.4.4", 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 "babel-polyfill": "^6.26.0", 55 "compression-webpack-plugin": "2.0.0", 56 "copy-webpack-plugin": "4.5.2", 57 "csp-html-webpack-plugin": "^2.5.0", 58 "css-loader": "1.0.0", 59 "eslint-plugin-angular": "3.3.0", 60 "event-stream": "3.3.4", 61 "file-loader": "2.0.0", 62 "filter-chunk-webpack-plugin": "^2.1.0", 63 "html-loader": "^0.5.5", 64 "html-minifier": "^3.5.21", 65 "html-webpack-inline-source-plugin": "0.0.10", 66 "html-webpack-plugin": "^3.2.0", 67 "ignore-assets-webpack-plugin": "^2.0.1", 68 "mini-css-extract-plugin": "^0.4.5", 69 "node-sass": "^4.12.0", 70 "null-loader": "^0.1.1", 71 "raw-loader": "^0.5.1", 72 "rimraf": "^2.6.3", 73 "sass-loader": "^7.1.0", 74 "style-loader": "^0.23.1", 75 "svg-inline-loader": "^0.8.0", 76 "uglifyjs-webpack-plugin": "^1.3.0", 77 "webpack": "^4.29.3", 78 "webpack-cli": "^3.2.3", 79 "webpack-dev-server": "^3.1.11" 80 }, 81 "license": "MIT", 82 "engines": { 83 "node": ">=4.2.6", 84 "npm": ">=5.6.0" 85 }, 86 "author": "" 87} 88