{
  "name": "mp4-stream",
  "version": "3.1.3",
  "description": "Streaming mp4 encoder and decoder",
  "main": "index.js",
  "dependencies": {
    "mp4-box-encoding": "^1.3.0",
    "next-event": "^1.0.0",
    "queue-microtask": "^1.2.2",
    "readable-stream": "^3.0.6"
  },
  "devDependencies": {
    "standard": "^12.0.1",
    "tape": "^4.9.1"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/mp4-stream.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/mp4-stream/issues"
  },
  "homepage": "https://github.com/mafintosh/mp4-stream"
}
