{
  "name": "chimee-player",
  "version": "1.4.9",
  "description": "A complete set of H5 player",
  "main": "lib/chimee-player.js",
  "module": "lib/chimee-player.mjs",
  "jsnext:main": "lib/chimee-player.mjs",
  "browser": "lib/chimee-player.browser.js",
  "scripts": {
    "start": "rollup -c build/rollup.config.dev.js -w",
    "lint": "eslint . --fix",
    "prepublishOnly": "npm t && pkg-ok",
    "build": "npm run b-common && npm run b-es && npm run b-umd && npm run b-min && npm run b-esm && contributor",
    "b-common": "rollup -c build/rollup.config.common.js",
    "b-es": "rollup -c build/rollup.config.es.js",
    "b-umd": "rollup -c build/rollup.config.umd.js",
    "b-esm": "rollup -c build/rollup.config.esm.js",
    "b-min": "rollup -c build/rollup.config.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Chimeejs/chimee-player.git"
  },
  "keywords": [
    "plugin",
    "chimee",
    "player",
    "video",
    "H5",
    "HTML5",
    "javascript"
  ],
  "author": "huzunjie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Chimeejs/chimee-player/issues"
  },
  "homepage": "https://github.com/Chimeejs/chimee-player#readme",
  "dependencies": {
    "chimee": "^0.11.0",
    "chimee-helper": "^0.2.11",
    "chimee-kernel-flv": "^1.4.11",
    "chimee-kernel-hls": "^1.3.2",
    "chimee-plugin-center-state": "0.0.14",
    "chimee-plugin-contextmenu": "^0.1.2",
    "chimee-plugin-controlbar": "^0.5.0",
    "chimee-plugin-log": "0.0.4",
    "chimee-plugin-popup": "0.0.8"
  },
  "devDependencies": {
    "@babel/core": "^7.1.5",
    "@babel/plugin-external-helpers": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/runtime": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "contributor": "^0.1.25",
    "cssnano": "^4.1.7",
    "eslint": "^5.8.0",
    "eslint-config-egg": "^7.1.0",
    "eslint-plugin-jest": "^22.0.0",
    "husky": "^1.1.3",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^23.6.0",
    "pkg-ok": "^2.3.1",
    "postcss": "^7.0.5",
    "postcss-base64": "^0.7.1",
    "postcss-nested": "^4.1.0",
    "rollup": "^0.67.0",
    "rollup-plugin-babel": "^4.0.1",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-livereload": "^0.6.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^1.6.2",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-serve": "^0.6.0",
    "rollup-plugin-server": "^0.7.0",
    "rollup-plugin-string": "^2.0.2",
    "rollup-plugin-uglify": "^6.0.0",
    "rollup-plugin-visualizer": "^0.9.2",
    "toxic-utils": "^0.3.0"
  },
  "jest": {
    "modulePaths": [
      "src"
    ],
    "moduleFileExtensions": [
      "js"
    ],
    "moduleDirectories": [
      "node_modules",
      "bower_components"
    ],
    "moduleNameMapper": {
      "\\.css$": "identity-obj-proxy"
    },
    "transformIgnorePatterns": [
      "/node_modules/(?!(chimee-plugin-controlbar|chimee-plugin-center-state|chimee-plugin-contextmenu|chimee-plugin-popup)/).*/"
    ],
    "transform": {
      ".*": "babel-jest"
    }
  },
  "contributors": [
    {
      "name": "Johann",
      "email": null,
      "url": "https://github.com/toxic-johann",
      "contributions": 13,
      "additions": 17043,
      "deletions": 15360,
      "hireable": true
    },
    {
      "name": "yandeqiang",
      "email": null,
      "url": "https://github.com/yandeqiang",
      "contributions": 3,
      "additions": 16465,
      "deletions": 15589,
      "hireable": null
    },
    {
      "name": "胡尊杰",
      "email": null,
      "url": "https://github.com/huzunjie",
      "contributions": 23,
      "additions": 367,
      "deletions": 39,
      "hireable": null
    }
  ]
}
