UNPKG

level-tree

Version:
35 lines (34 loc) 744 B
{ "name": "level-tree", "version": "1.0.0", "description": "RTree for leveldb", "main": "lib/index.js", "scripts": { "test": "node test/test.js" }, "author": "", "license": "MIT", "dependencies": { "async-rtree": "^0.5.0", "geojson-bounding-volume": "^0.2.1", "levelup": "https://codeload.github.com/dominictarr/node-levelup/tar.gz/inject", "through2": "^0.6.1", "bbox-test": "^0.1.0" }, "repository": { "type": "git", "url": "git://github.com/calvinmetcalf/level-tree.git" }, "devDependencies": { "level-sublevel": "^6.3.2", "tape": "^2.14.0", "memdown": "^0.10.2" }, "keywords": [ "levelup", "hyper-level", "geospatial", "geohash", "geojson" ] }