{
  "name": "hoast360",
  "version": "1.0.1",
  "description": "360 degree video player with dynamic binaural higher-order ambisonics rendering, depending on view direction and zoom factor.",
  "main": "hoast360.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack -d --env.development",
    "production-build": "webpack -p --env.production",
    "analyze-build": "webpack -p --env.analyze",
    "start": "http-server"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:thomasdeppisch/hoast360.git"
  },
  "author": "",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.11.0",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.6.0",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.4",
    "http-server": "^0.12.3",
    "raw-loader": "^4.0.1",
    "style-loader": "^1.2.1",
    "webpack": "^4.44.1",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "dashjs": "^3.1.2",
    "jquery": "^3.5.1",
    "numeric": "^1.2.6",
    "spherical-harmonic-transform": "^0.1.1",
    "video.js": "^7.8.4",
    "videojs-contrib-dash": "github:thomasdeppisch/videojs-contrib-dash",
    "videojs-contrib-quality-levels": "^2.0.9",
    "videojs-http-source-selector": "github:thomasdeppisch/videojs-http-source-selector",
    "videojs-xr": "^0.1.0"
  }
}
