{
  "name": "osm-pbf-parser",
  "version": "2.3.0",
  "description": "streaming open street maps protocol buffer parser",
  "main": "index.js",
  "dependencies": {
    "brfs": "^1.4.1",
    "inherits": "^2.0.1",
    "protocol-buffers": "^3.1.3",
    "readable-stream": "^2.0.4",
    "stream-combiner2": "^1.1.1"
  },
  "devDependencies": {
    "tape": "^4.2.2",
    "through2": "^2.0.0"
  },
  "scripts": {
    "test": "tape test/*.js",
    "browser-test": "browserify test/browser/*.js | testling",
    "pretest": "test/extracts/fetch.sh"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/osm-pbf-parser.git"
  },
  "homepage": "https://github.com/substack/osm-pbf-parser",
  "keywords": [
    "osm",
    "openstreetmaps",
    "protobuf",
    "streaming",
    "parser"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "contributors": [
    "Astro"
  ],
  "license": "MIT and LGPL"
}
