{
  "name": "videostream",
  "version": "3.2.2",
  "description": "Streams data from a file-like seekable object into a `video` or `audio` node (a HTMLMediaElement)",
  "main": "videostream.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/jhiesey/videostream.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "browserify videostream.js --standalone videostream > dist/index.js",
    "build-example": "browserify example/index.js > example/built.js",
    "start": "http-server example"
  },
  "author": "John Hiesey",
  "license": "MIT",
  "dependencies": {
    "binary-search": "^1.3.4",
    "mediasource": "^2.2.2",
    "mp4-box-encoding": "^1.3.0",
    "mp4-stream": "^3.0.0",
    "pump": "^3.0.0",
    "range-slice-stream": "^2.0.0"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "http-server": "^0.11.1",
    "readable-stream": "^3.0.6"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ]
}
