{
  "name": "json-stream",
  "version": "1.0.0",
  "description": "New line-delimeted JSON parser with a stream interface",
  "author": "Maciej Małecki <me@mmalecki.com>",
  "main": "./lib/json-stream",
  "scripts": {
    "test": "node test/pipe-test.js && node test/json-stream-test.js && node test/throw-in-readable-test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mmalecki/json-stream.git"
  },
  "license": "MIT"
}
