{
  "name": "rtsp-stream",
  "version": "1.0.0",
  "description": "A serial multiplexer for encoding or decoding RTSP streams",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/rtsp-stream.git"
  },
  "keywords": [
    "rtsp",
    "protocol",
    "stream",
    "encode",
    "decode",
    "encoder",
    "decoder",
    "request",
    "response",
    "serial",
    "multiplexer",
    "2326",
    "rfc2326"
  ],
  "dependencies": {
    "debug": "^2.2.0",
    "http-headers": "^1.2.0",
    "next-line": "^1.1.0",
    "readable-stream": "^2.0.2"
  },
  "devDependencies": {
    "choppa": "^1.0.2",
    "standard": "^5.2.1",
    "tape": "^4.2.0"
  },
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/rtsp-stream/issues"
  },
  "homepage": "https://github.com/watson/rtsp-stream#readme",
  "coordinates": [
    55.6877001,
    12.5956461
  ]
}
