{
  "name": "@speechkit/speechkit-audio-player",
  "version": "3.18.30",
  "description": "A web player component that can play audio from https://speechkit.io",
  "main": "index.js",
  "scripts": {
    "clean": "rm -rf ./dist/",
    "build": "WEBPACK_ENV=build npx webpack",
    "build:prod": "sh scripts/build-dist.sh",
    "build:stage": "yarn run clean && WEBPACK_ENV=stage npx webpack -p",
    "dist:copy": "NODE_ENV=production npx babel-node ./scripts/copy-files.js",
    "html": "sh scripts/make-html.sh",
    "start": "yarn run html && NODE_ENV=development WEBPACK_ENV=dev webpack-dev-server --inline --hot --host 0.0.0.0 --progress --colors --watch --content-base ./dist",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "sh scripts/build-dist.sh && yarn run dist:copy"
  },
  "author": "Kostas Vaggelakos <kostas@speechkit.io>",
  "license": "MIT",
  "homepage": "https://speechkit.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/SpeechKit/speechkit-audio-player.git"
  },
  "bugs": {
    "url": "https://github.com/SpeechKit/speechkit-audio-player/issues"
  },
  "devDependencies": {
    "autoprefixer": "7.2.6",
    "babel": "^6.23.0",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-eslint": "^7.1.1",
    "babel-loader": "6.4.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-lodash": "^3.3.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-runtime": "6.2.4",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "babel-runtime": "6.23.0",
    "css-loader": "^0.27.3",
    "eslint": "^3.17.1",
    "extract-text-webpack-plugin": "^2.1.0",
    "html-loader": "^0.4.5",
    "lodash-webpack-plugin": "^0.11.5",
    "node-sass": "^4.5.0",
    "postcss-loader": "^1.3.3",
    "raw-loader": "^0.5.1",
    "sass-loader": "^6.0.3",
    "style-loader": "^0.14.1",
    "svg-inline-loader": "^0.7.1",
    "svg-url-loader": "^2.0.2",
    "svgo": "^1.0.5",
    "svgo-loader": "^2.1.0",
    "url-loader": "^0.5.8",
    "webpack": "^3.11.0",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "3.1.2",
    "webpack-dev-server": "3.0.0"
  },
  "dependencies": {
    "@beyondwords/audio-player": "0.0.5",
    "es6-promise": "4.2.4",
    "eventemitter3": "^3.1.0",
    "hls.js": "0.11.0",
    "js-cookie": "^2.1.4",
    "lodash": "^4.17.4",
    "mobile-detect": "^1.3.6",
    "player.js": "^0.1.0",
    "string.prototype.includes": "^1.0.0",
    "uuid": "^3.1.0",
    "whatwg-fetch": "^3.0.0"
  }
}
