UNPKG

level-geospatial

Version:
41 lines (40 loc) 777 B
{ "name": "level-geospatial", "description": "Geospatial indexing for leveldb ", "version": "0.0.6", "contributors": [ "Richard Astbury <richard.astbury@gmail.com> (https://github.com/richorama)" ], "keywords": [ "leveldb", "levelup", "database", "storage", "latitude", "longitude", "coordinates", "geo", "geospatial", "spatial", "db", "document", "index" ], "main": "lib/level-geospatial.js", "scripts": { "test": "mocha" }, "dependencies": { "level": "*" }, "repository": { "type": "git", "url": "https://github.com/richorama/level-geospatial.git" }, "license": "MIT", "devDependencies": { "level-test": "^8.0.0", "mocha": "^6.2.2", "should": "^13.2.3" } }