{
  "name": "http-supervisor",
  "version": "2.0.58",
  "description": "A simple tool that helps to audit HTTP requests and identify the requests that exceeds the set quota. It also helps to group, sort and query requests based upon a variety of parameters.",
  "scripts": {
    "start": "opener http://localhost:8080/index.html && webpack-dev-server --config webpack.dev.config.babel.js",
    "build": "gulp build",
    "build_addon": "gulp build_addon",
    "publish_lib": "cd dist && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VJAI/http-supervisor.git"
  },
  "author": "Vijaya Anand",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-transform-classes": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.8.4",
    "@babel/register": "^7.8.3",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "cors": "^2.8.5",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.3",
    "express": "^4.17.1",
    "gulp": "^4.0.2",
    "gulp-copy": "^4.0.1",
    "gulp-replace": "^1.1.1",
    "gulp-run-command": "0.0.10",
    "html-webpack-banner-plugin": "^2.0.0",
    "html-webpack-plugin": "^3.2.0",
    "jasmine-core": "^3.5.0",
    "jasmine-spec-reporter": "^4.2.1",
    "json-loader": "^0.5.7",
    "karma": "^4.4.1",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage-istanbul-reporter": "^2.1.1",
    "karma-jasmine": "^3.1.1",
    "karma-jasmine-html-reporter": "^1.5.2",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sourcemap-loader": "^0.3.8",
    "karma-webpack": "^4.0.2",
    "opener": "^1.5.1",
    "raw-loader": "^4.0.0",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3",
    "yargs": "^15.1.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "reflect-metadata": "^0.1.13"
  }
}
