blob: 6e5db802a31745972abf52a220b635778b1a73d4 [file] [log] [blame]
{
"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.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": "^4.1.3",
"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.4",
"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": ">=4.2.6",
"npm": ">=5.6.0"
},
"author": ""
}