Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 1 | { |
Michael Davis | 14455e1 | 2017-09-22 11:56:30 -0500 | [diff] [blame] | 2 | "name": "openbmc_browser_interface", |
| 3 | "description": "openbmc_browser_interface", |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 4 | "version": "0.0.1", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 5 | "private": false, |
Michael Davis | 14455e1 | 2017-09-22 11:56:30 -0500 | [diff] [blame] | 6 | "repository": { |
| 7 | "type": "git", |
| 8 | "url": "git://github.com/openbmc/phosphor-webui" |
| 9 | }, |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 10 | "scripts": { |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 11 | "build": "rimraf dist && webpack --bail --progress --profile", |
| 12 | "build-debug": "rimraf dist && webpack --bail --progress --profile --devtool source-map", |
| 13 | "server": "webpack-dev-server --history-api-fallback --inline --progress --devtool source-map", |
| 14 | "test": "karma start", |
| 15 | "test-watch": "karma start --auto-watch --no-single-run", |
| 16 | "start": "npm run server" |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 17 | }, |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 18 | "contributors": [ |
Michael Davis | 14455e1 | 2017-09-22 11:56:30 -0500 | [diff] [blame] | 19 | "Iftekharul Islam <iffy.ryan@ibm.com>", |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 20 | "Michael Davis <michael.s.davis@ibm.com>", |
| 21 | "Ed Tanous <ed.tanous@intel.com>" |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 22 | ], |
| 23 | "files": [ |
| 24 | "dist" |
| 25 | ], |
| 26 | "keywords": [ |
| 27 | "node" |
| 28 | ], |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 29 | "dependencies": { |
| 30 | "angular": "^1.5.0", |
| 31 | "angular-animate": "^1.6.6", |
| 32 | "angular-clipboard": "^1.6.2", |
| 33 | "angular-cookies": "^1.5.0", |
| 34 | "angular-route": "^1.6.6", |
| 35 | "angular-sanitize": "^1.5.0", |
| 36 | "angular-ui-bootstrap": "^2.5.0", |
| 37 | "angular-ui-router": "^0.4.3", |
| 38 | "angular-websocket": "^2.0.1", |
| 39 | "angularUtils": "https://github.com/michaelbromley/angularUtils.git", |
| 40 | "assets-webpack-plugin": "^3.5.1", |
| 41 | "bootstrap": "^3.3.7", |
| 42 | "compression-webpack-plugin": "^1.0.1", |
| 43 | "font-awesome": "^4.7.0", |
| 44 | "hterm-umdjs": "^1.2.0", |
| 45 | "html-loader": "^0.5.1", |
| 46 | "node-sass": "^4.5.3", |
| 47 | "sass-loader": "^6.0.6" |
| 48 | }, |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 49 | "peerDependencies": {}, |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 50 | "devDependencies": { |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 51 | "angular-mocks": "^1.5.0", |
| 52 | "autoprefixer": "^7.1.4", |
| 53 | "babel-core": "^6.2.1", |
| 54 | "babel-loader": "^7.1.2", |
| 55 | "babel-preset-es2015": "^6.1.18", |
| 56 | "copy-webpack-plugin": "4.1.1", |
| 57 | "css-loader": "0.28.7", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 58 | "eslint-plugin-angular": "2.0.0", |
| 59 | "event-stream": "3.3.4", |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 60 | "extract-text-webpack-plugin": "3.0.1", |
| 61 | "file-loader": "1.1.5", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 62 | "gulp": "3.9.1", |
| 63 | "gulp-angular-templatecache": "2.0.0", |
| 64 | "gulp-clean": "^0.3.2", |
Michael Davis | 5194655 | 2017-05-01 10:30:38 -0500 | [diff] [blame] | 65 | "gulp-clean-css": "^3.0.4", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 66 | "gulp-connect": "5.0.0", |
| 67 | "gulp-eslint": "3.0.1", |
| 68 | "gulp-htmlparser": "^0.0.4", |
| 69 | "gulp-if": "^1.2.5", |
Michael Davis | 5194655 | 2017-05-01 10:30:38 -0500 | [diff] [blame] | 70 | "gulp-imagemin": "^3.1.1", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 71 | "gulp-jsoncombine": "^1.0.3", |
| 72 | "gulp-load-tasks": "^0.8.3", |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 73 | "gulp-ng-annotate": "^1.1.0", |
| 74 | "gulp-ng-constant": "^0.3.0", |
| 75 | "gulp-nodemon": "^2.1.0", |
| 76 | "gulp-rename": "^1.2.2", |
| 77 | "gulp-rev": "^0.4.0", |
| 78 | "gulp-rev-replace": "^0.4.2", |
| 79 | "gulp-sass": "^2.3.2", |
| 80 | "gulp-strip-debug": "^1.0.2", |
| 81 | "gulp-uglify": "^1.2.0", |
| 82 | "gulp-useref": "^1.2.0", |
| 83 | "gulp-util": "^3.0.6", |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 84 | "html-minifier": "^3.3.0", |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 85 | "html-webpack-plugin": "^2.7.1", |
| 86 | "istanbul-instrumenter-loader": "3.0.0", |
| 87 | "jasmine-core": "^2.3.4", |
| 88 | "karma": "^1.1.0", |
| 89 | "karma-coverage": "^1.0.0", |
| 90 | "karma-jasmine": "^1.0.2", |
| 91 | "karma-phantomjs-launcher": "^1.0.0", |
| 92 | "karma-sourcemap-loader": "^0.3.7", |
| 93 | "karma-spec-reporter": "0.0.31", |
| 94 | "karma-webpack": "2.0.4", |
| 95 | "node-libs-browser": "2.0.0", |
| 96 | "null-loader": "^0.1.1", |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 97 | "onchange": "^3.2.1", |
| 98 | "parallelshell": "^2.0.0", |
Ed Tanous | bbcf670 | 2017-10-06 13:53:06 -0700 | [diff] [blame] | 99 | "phantomjs-prebuilt": "^2.1.4", |
| 100 | "postcss-loader": "2.0.6", |
| 101 | "raw-loader": "^0.5.1", |
| 102 | "rimraf": "^2.5.1", |
| 103 | "run-sequence": "^1.1.2", |
| 104 | "style-loader": "^0.19.0", |
| 105 | "webpack": "^3.6.0", |
| 106 | "webpack-dev-server": "^2.9.1" |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 107 | }, |
Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 108 | "license": "MIT", |
| 109 | "engines": { |
| 110 | "node": ">=0.11.13", |
| 111 | "npm": ">=1.4.28" |
| 112 | }, |
| 113 | "author": "" |
Michael Davis | 76720ce | 2017-02-14 13:44:31 -0600 | [diff] [blame] | 114 | } |