{
  "name": "replay-viewer",
  "version": "0.9.1",
  "description": "Rocket League replay viewer React component and tooling",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SaltieRL/WebReplayViewer.git"
  },
  "keywords": [
    "Rocket",
    "League",
    "Replay",
    "React",
    "Three",
    "WebGL"
  ],
  "author": "SaltieRL",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SaltieRL/WebReplayViewer/issues"
  },
  "homepage": "https://github.com/SaltieRL/WebReplayViewer#readme",
  "peerDependencies": {
    "@material-ui/core": "^4.9.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "three": "^0.139.0"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "moment": "^2.29.1",
    "pngjs": "^6.0.0",
    "react-full-screen": "^1.1.0"
  },
  "private": false,
  "main": "./index.js",
  "typings": "./index.d.ts"
}