{
  "name": "hyperlog-kdb-index",
  "version": "4.0.2",
  "description": "n-dimensional kdb tree spatial index for hyperlogs",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "keywords": [
    "hyperlog",
    "geo",
    "spatial",
    "index",
    "multi-dimensional",
    "n-dimensional"
  ],
  "author": "substack",
  "license": "BSD",
  "dependencies": {
    "fd-chunk-store": "^2.0.0",
    "hyperlog-index": "^5.0.1",
    "inherits": "^2.0.1",
    "once": "^1.3.3",
    "read-only-stream": "^2.0.0",
    "subleveldown": "^2.1.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "collect-stream": "^1.1.1",
    "fd-chunk-store": "^1.1.0",
    "hyperlog": "^4.7.0",
    "kdb-tree-store": "^3.0.1",
    "memdb": "^1.3.1",
    "tape": "^4.2.2",
    "xtend": "^4.0.1"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substack/hyperlog-kdb-index.git"
  },
  "bugs": {
    "url": "https://github.com/substack/hyperlog-kdb-index/issues"
  },
  "homepage": "https://github.com/substack/hyperlog-kdb-index#readme"
}
