{
  "name": "@ailivingtech/videojs-flv-iov",
  "version": "1.4.1",
  "description": "fork from https://github.com/coffe1891/videojs-flvh265.git and git@github.com:coffe1891/WXInlinePlayer.git",
  "license": "MIT",
  "main": "dist/videojs-flvh265.js",
  "files": [
    "dist",
    "scripts",
    "src",
    "index.html",
    "webpack.config.js",
    "wxinlineplayer/example/*.js",
    "wxinlineplayer/src",
    "wxinlineplayer/index.js",
    "wxinlineplayer/server.js"
  ],
  "scripts": {
    "test": "npm-run-all --serial wx:compile build:dev serve",
    "serve": "webpack-dev-server --open --config webpack.config.js",
    "prebuild": "rimraf dist",
    "build": "npm-run-all -p build:*",
    "build:dev": "webpack --config scripts/build.dev.js --progress --colors",
    "build:pro": "npm run wx:compile && webpack --config scripts/build.pro.js --progress --colors",
    "wx:compile": "cd wxinlineplayer && ./compile.sh",
    "wx:serve": "cd wxinlineplayer && ./compile.sh && node server.js"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "keywords": [
    "videojs-flvh265",
    "videojs",
    "videojs-tech",
    "h265",
    "h264",
    "flv",
    "playback"
  ],
  "dependencies": {
    "video.js": "^7",
    "buffer": "^5.2.1",
    "eventemitter3": "^3.1.0",
    "express": "^4.17.1",
    "inherits": "^2.0.4",
    "mobile-detect": "^1.4.3",
    "object-assign": "^4.1.1",
    "promise-polyfill": "^8.1.3"
  },
  "devDependencies": {
    "babel-loader": "^8.1.0",
    "copy-webpack-plugin": "^6.0.3",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "@babel/core": "^7.11.5",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-arrow-functions": "^7.10.4",
    "@babel/plugin-transform-block-scoping": "^7.11.1",
    "@babel/plugin-transform-classes": "^7.10.4",
    "@babel/plugin-transform-destructuring": "^7.10.4",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/plugin-transform-parameters": "^7.10.5",
    "@babel/plugin-transform-template-literals": "^7.10.5",
    "@babel/polyfill": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "node-fetch": "^2.6.1",
    "uglify-js": "^3.10.1"
  }
}
