{
  "name": "ableplayer",
  "version": "4.5.0",
  "description": "Accessible HTML5 media player",
  "homepage": "http://ableplayer.github.io/ableplayer",
  "bugs": "https://github.com/ableplayer/ableplayer/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ableplayer/ableplayer.git"
  },
  "main": "build/ableplayer.min.js",
  "scripts": {
    "build": "grunt"
  },
  "dependencies": {
    "dotenv": "^10.0.0",
    "jquery": "^3.5.0",
    "js-cookie": "^3.0.0",
    "xml-js": "1.6.2"
  },
  "devDependencies": {
    "grunt": "^1.3.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-remove-logging": ">=0.2.0"
  }
}
