{
  "name": "tiler-engine",
  "version": "1.0.89",
  "description": "A tile engine which stores a sparse area of zones in a lru and makes adressable a MAXINTxMAXINT area",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "area-qt": "^1.0.2",
    "lru": "^3.0.0",
    "lru-cache": "^4.0.2",
    "node-promise": "^0.5.12",
    "node-trees": "0.0.2",
    "priorityqueue": "^0.2.0"
  },
  "devDependencies": {},
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psvensson/tiler.git"
  },
  "author": "Peter Svensson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/psvensson/tiler/issues"
  },
  "homepage": "https://github.com/psvensson/tiler#readme"
}
