{
  "name": "stream-splicer",
  "version": "1.3.2",
  "description": "streaming pipeline with a mutable configuration",
  "main": "index.js",
  "dependencies": {
    "inherits": "^2.0.1",
    "isarray": "~0.0.1",
    "readable-stream": "^1.1.13-1",
    "readable-wrap": "^1.0.0",
    "through2": "^1.0.0",
    "indexof": "0.0.1"
  },
  "devDependencies": {
    "tape": "^2.12.1",
    "JSONStream": "~0.8.2",
    "concat-stream": "^1.4.6",
    "split": "~0.3.0",
    "object-keys": "~0.5.1"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/stream-splicer.git"
  },
  "homepage": "https://github.com/substack/stream-splicer",
  "keywords": [
    "stream",
    "mutable",
    "pipeline"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT",
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/15",
      "firefox/latest",
      "firefox/nightly",
      "chrome/15",
      "chrome/latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
