{
  "name": "ldjson-stream",
  "version": "1.2.1",
  "description": "streaming line delimited json parser + serializer",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "author": "max ogden",
  "license": "BSD",
  "dependencies": {
    "split2": "^0.2.1",
    "through2": "^0.6.1"
  },
  "devDependencies": {
    "tape": "^2.13.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/maxogden/ldjson-stream.git"
  },
  "bugs": {
    "url": "https://github.com/maxogden/ldjson-stream/issues"
  }
}
