{
  "name": "read-stream",
  "version": "2.1.1",
  "description": "Base class for readable streams",
  "keywords": [],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Raynos/read-stream.git",
  "main": "index",
  "homepage": "https://github.com/Raynos/read-stream",
  "contributors": [
    {
      "name": "Jake Verbaten"
    }
  ],
  "bugs": {
    "url": "https://github.com/Raynos/read-stream/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {
    "readable-stream": "git://github.com/Raynos/readable-stream#read-stream",
    "process": "~0.5.1"
  },
  "devDependencies": {
    "testem": "~0.2.70",
    "browserify": "~1.18.0",
    "tape": "~0.2.2"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Raynos/read-stream/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "build": "browserify test/index.js -o test/static/bundle.js",
    "test": "testem ci"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": {
      "ie": [
        "8",
        "9",
        "10"
      ],
      "firefox": [
        "16",
        "17",
        "nightly"
      ],
      "chrome": [
        "22",
        "23",
        "canary"
      ],
      "opera": [
        "12",
        "next"
      ],
      "safari": [
        "5.1",
        "6.0"
      ],
      "ipad": [
        "6.0"
      ],
      "iphone": [
        "6.0"
      ]
    }
  }
}
