{
  "name": "hlsprivate",
  "version": "0.8.19",
  "license": "Apache-2.0",
  "description": "JavaScript HLS client using MediaSourceExtension",
  "homepage": "https://github.com/video-dev/hls.js",
  "authors": "Guillaume du Pontavice <g.du.pontavice@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/video-dev/hls.js"
  },
  "bugs": {
    "url": "https://github.com/video-dev/hls.js/issues"
  },
  "main": "./dist/hls.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "webpack --progress",
    "build:debug": "webpack --progress --env.debug",
    "build:watch": "webpack --progress --env.debug --watch",
    "build:types": "tsc --emitDeclarationOnly",
    "dev": "webpack-dev-server --progress --env.debug --port 8000",
    "docs": "esdoc",
    "lint": "./scripts/lint.sh",
    "lint:fix": "./scripts/lint.sh --fix",
    "lint:quiet": "./scripts/lint.sh --quiet",
    "precommit": "./scripts/precommit.sh",
    "pretest": "npm run lint",
    "start": "npm run dev",
    "test": "npm run test:unit && npm run test:func",
    "test:unit": "karma start karma.conf.js",
    "test:unit:watch": "karma start karma.conf.js --auto-watch --no-single-run",
    "test:func": "BABEL_ENV=development mocha --require @babel/register tests/functional/auto/setup.js --timeout 40000 --exit",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch"
  },
  "dependencies": {
    "eventemitter3": "3.1.0",
    "url-toolkit": "^2.1.6"
  },
  "devDependencies": {
    "@babel/core": "7.2.0",
    "@babel/helper-module-imports": "7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
    "@babel/preset-env": "7.2.0",
    "@babel/preset-typescript": "^7.1.0",
    "@babel/register": "^7.0.0",
    "arraybuffer-equal": "^1.0.4",
    "babel-loader": "8.0.4",
    "chai": "4.2.0",
    "chromedriver": "^2.38.3",
    "coverage-istanbul-loader": "^1.0.0",
    "esdoc": "^1.1.0",
    "esdoc-ecmascript-proposal-plugin": "^1.0.0",
    "esdoc-standard-plugin": "^1.0.0",
    "esdoc-typescript-plugin": "^1.0.1",
    "eslint": "^4.13.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-mocha": "^5.2.1",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-typescript": "^0.12.0",
    "http-server": "^0.11.0",
    "husky": "^0.14.3",
    "karma": "^3.1.4",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "2.0.4",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sinon": "^1.0.5",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.2.0",
    "netlify-cli": "^2.5.1",
    "selenium-webdriver": "^3.1.0",
    "sinon": "7.1.1",
    "sinon-chai": "3.3.0",
    "typescript": "^3.3.1",
    "typescript-eslint-parser": "^21.0.2",
    "webpack": "^4.27.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.4",
    "webpack-merge": "^4.2.1",
    "webworkify-webpack": "^2.1.5"
  }
}
