{
  "name": "rbush-full",
  "version": "3.0.3",
  "description": "High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)",
  "homepage": "https://github.com/thisredone/rbush",
  "repository": {
    "type": "git",
    "url": "git://github.com/thisredone/rbush.git"
  },
  "keywords": [
    "spatial",
    "tree",
    "search",
    "aabb",
    "index",
    "raycast",
    "collison"
  ],
  "author": "Vladimir Agafonkin",
  "license": "MIT",
  "main": "index.coffee",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.1",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "coffeescript": "^2.5.1",
    "pry": "^0.8.7",
    "rollup": "^2.2.0",
    "rollup-plugin-terser": "^5.3.0"
  },
  "scripts": {
    "build": "coffee --bare -c index.coffee && rollup -c",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "index.coffee",
    "rbush.js",
    "rbush.min.js"
  ],
  "dependencies": {
    "box-intersect": "github:thisredone/box-intersect"
  }
}
