{
  "name": "yaqt",
  "version": "1.2.1",
  "description": "Yet another quad tree",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js",
    "perf": "node ./perf/index.js"
  },
  "keywords": [
    "quadtree",
    "region",
    "quadtrie",
    "trie"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/yaqt"
  },
  "devDependencies": {
    "benchmark": "^1.0.0",
    "ngraph.random": "0.0.1",
    "tap": "^1.2.0"
  },
  "dependencies": {
    "rafor": "^1.0.2"
  }
}
