{
  "name": "fjplayer",
  "version": "0.3.2",
  "description": "A Javascript video player for dash and mp4 videos,  support multi subs tracks , overlays ads or information, injection mp4 video ads in preroll, modroll or after roll.",
  "main": "dist/fjplayer.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "scripts": {
    "dist": " concurrently \"npm run build\" \"npm run testc\" \"npm run doc\"",
    "live": " concurrently \"npm run dev\" \"npm run http\"",
    "http": "http-server -c-1 -d -o ./demo/ --no-dotfiles",
    "build": "npx webpack  --mode=production --color --config webpack-prod.config.js",
    "doc": "jsdoc src -r -R ./README.md -d ./docs/generated --debug",
    "dev": "webpack --mode=development --color --config webpack.config.js",
    "test": "npx jest  -c jest.config.js",
    "test:watch": "jest  -c jest.config.js --watch ",
    "test:coverage": "jest  -c jest.config.js --coverage ",
    "lint": "eslint --color"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medazzo/fjplayer.git"
  },
  "keywords": [
    "mpegdash",
    "es6",
    "dashjs",
    "html5",
    "player",
    "cenc",
    "ads"
  ],
  "author": "Mohamed Azzouni",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/medazzo/fjplayer/issues"
  },
  "homepage": "https://github.com/medazzo/fjplayer#readme",
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "babel-preset-latest": "^6.24.1",
    "chai": "^4.3.4",
    "concurrently": "^6.1.0",
    "css-loader": "^5.2.5",
    "eslint": "^7.27.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^6.2.0",
    "font-awesome": "^4.7.0",
    "http-server": "^0.12.3",
    "jest": "^26.6.3",
    "jest-css-modules-transform": "^4.2.1",
    "jest-puppeteer": "^5.0.3",
    "jsdoc": "^3.6.7",
    "less": "^4.1.1",
    "less-loader": "^9.0.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "puppeteer": "^9.1.1",
    "puppeteer-direct": "github:wix/puppeteer-direct",
    "style-loader": "^2.0.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.37.1",
    "webpack-cli": "^4.7.0",
    "webpack-dev-server": "^3.11.2"
  },
  "dependencies": {
    "shaka-player": "^3.1.0",
    "superagent": "^6.1.0"
  }
}
