{
  "name": "observ-mediastream",
  "version": "3.2.3",
  "description": "An observable representation of a W3C MediaStream",
  "main": "index.js",
  "stability": "unstable",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "gendocs": "gendocs > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coviu/observ-mediastream.git"
  },
  "keywords": [
    "webrtc",
    "mediastream",
    "observable"
  ],
  "author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/coviu/observ-mediastream/issues"
  },
  "homepage": "https://github.com/coviu/observ-mediastream",
  "dependencies": {
    "feature": "^1.0.0",
    "observ": "^0.2.0",
    "observ-array": "^3.1.0",
    "observ-struct": "^6.0.0"
  },
  "devDependencies": {
    "getusermedia": "^1.1.0"
  }
}