{
  "name": "data-channel",
  "version": "0.2.2",
  "description": "Turn a data channel into a stream",
  "keywords": [
    "datachannel",
    "stream",
    "webrtc",
    "peerconnection"
  ],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Raynos/data-channel.git",
  "main": "index",
  "homepage": "https://github.com/Raynos/data-channel",
  "contributors": [
    {
      "name": "Jake Verbaten"
    }
  ],
  "bugs": {
    "url": "https://github.com/Raynos/data-channel/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {
    "through2": "~0.4.1"
  },
  "devDependencies": {
    "tap": "~0.3.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/data-channel/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "tap --stderr --tap ./test"
  }
}
