{
  "name": "concatjson",
  "version": "2.0.1",
  "description": "concatenated JSON streaming parser/serializer",
  "main": "concatjson.js",
  "scripts": {
    "test": "standard && node ./test/test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manidlou/concatjson.git"
  },
  "keywords": [
    "concatenated-json",
    "concatjson",
    "json streaming"
  ],
  "author": "Mani Maghsoudlou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manidlou/concatjson/issues"
  },
  "homepage": "https://github.com/manidlou/concatjson#readme",
  "dependencies": {
    "split2": "^2.1.1",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "standard": "^8.6.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.3"
  }
}
