blob: 6e5db802a31745972abf52a220b635778b1a73d4 [file] [log] [blame]
Michael Davis76720ce2017-02-14 13:44:31 -06001{
Michael Davis14455e12017-09-22 11:56:30 -05002 "name": "openbmc_browser_interface",
3 "description": "openbmc_browser_interface",
Michael Davis76720ce2017-02-14 13:44:31 -06004 "version": "0.0.1",
Iftekharul Islam99d199f2017-03-24 15:28:25 -05005 "private": false,
Michael Davis14455e12017-09-22 11:56:30 -05006 "repository": {
7 "type": "git",
8 "url": "git://github.com/openbmc/phosphor-webui"
9 },
Michael Davis76720ce2017-02-14 13:44:31 -060010 "scripts": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070011 "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",
Ed Tanousbbcf6702017-10-06 13:53:06 -070014 "test": "karma start",
15 "test-watch": "karma start --auto-watch --no-single-run",
16 "start": "npm run server"
Michael Davis76720ce2017-02-14 13:44:31 -060017 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050018 "contributors": [
Michael Davis14455e12017-09-22 11:56:30 -050019 "Iftekharul Islam <iffy.ryan@ibm.com>",
Ed Tanousbbcf6702017-10-06 13:53:06 -070020 "Michael Davis <michael.s.davis@ibm.com>",
Gunnar Mills371eaee2018-02-07 15:49:49 -060021 "Ed Tanous <ed.tanous@intel.com>",
22 "Gunnar Mills <gmills@us.ibm.com>"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050023 ],
24 "files": [
25 "dist"
26 ],
27 "keywords": [
28 "node"
29 ],
Ed Tanousbbcf6702017-10-06 13:53:06 -070030 "dependencies": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070031 "angular": "^1.7.3",
32 "angular-animate": "^1.7.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070033 "angular-clipboard": "^1.6.2",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070034 "angular-cookies": "^1.7.3",
35 "angular-route": "^1.7.3",
36 "angular-sanitize": "^1.7.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070037 "angular-ui-bootstrap": "^2.5.0",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070038 "angular-ui-router": "^1.0.20",
Ed Tanousbbcf6702017-10-06 13:53:06 -070039 "angular-websocket": "^2.0.1",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070040 "angularUtils": "git+https://github.com/michaelbromley/angularUtils.git#75dd112ff7b71b32f08743c2d0f29434f12dfa5c",
Gunnar Mills84e114a2018-11-14 13:44:41 -060041 "bootstrap": "^4.1.3",
beccabroek457ca042018-09-07 17:18:24 -050042 "xterm": "^3.7.0"
Ed Tanousbbcf6702017-10-06 13:53:06 -070043 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050044 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060045 "devDependencies": {
Ed Tanousfc7a33f2018-09-06 16:52:19 -070046 "@babel/core": "^7.0.0",
47 "@babel/preset-env": "^7.0.0",
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 "css-loader": "1.0.0",
56 "eslint-plugin-angular": "3.3.0",
Gunnar Millsf875e012018-11-27 13:39:27 -060057 "event-stream": "3.3.4",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070058 "file-loader": "2.0.0",
59 "html-loader": "^0.5.5",
60 "html-minifier": "^3.5.20",
61 "html-webpack-plugin": "^3.2.0",
62 "node-sass": "^4.9.3",
Ed Tanousbbcf6702017-10-06 13:53:06 -070063 "null-loader": "^0.1.1",
Ed Tanousbbcf6702017-10-06 13:53:06 -070064 "raw-loader": "^0.5.1",
65 "rimraf": "^2.5.1",
Ed Tanousfc7a33f2018-09-06 16:52:19 -070066 "sass-loader": "^7.1.0",
67 "style-loader": "^0.23.0",
68 "uglifyjs-webpack-plugin": "^1.3.0",
69 "webpack": "^4.17.2",
70 "webpack-dev-server": "^3.1.7",
71 "html-webpack-inline-source-plugin": "0.0.10",
72 "ignore-assets-webpack-plugin": "^2.0.1",
73 "filter-chunk-webpack-plugin": "^2.1.0",
74 "mini-css-extract-plugin": "^0.4.2",
75 "svg-inline-loader": "^0.8.0",
76 "webpack-cli": "^3.1.0"
Michael Davis76720ce2017-02-14 13:44:31 -060077 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050078 "license": "MIT",
79 "engines": {
Gunnar Mills243e6ca2018-10-23 11:45:42 -050080 "node": ">=4.2.6",
81 "npm": ">=5.6.0"
Iftekharul Islam99d199f2017-03-24 15:28:25 -050082 },
83 "author": ""
Michael Davis76720ce2017-02-14 13:44:31 -060084}