{
  "name": "@bergos/jsonparse",
  "description": "This is a pure-js JSON streaming parser for node.js",
  "tags": [
    "json",
    "stream"
  ],
  "version": "1.4.2",
  "author": "Tim Caswell <tim@creationix.com>",
  "repository": {
    "type": "git",
    "url": "http://github.com/bergos/jsonparse.git"
  },
  "devDependencies": {
    "tap": "~0.3.3",
    "tape": "~0.1.1"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "bugs": "http://github.com/bergos/jsonparse/issues",
  "engines": [
    "node >= 0.2.0"
  ],
  "license": "MIT",
  "main": "jsonparse.js",
  "dependencies": {
    "buffer": "^6.0.3"
  }
}
