UNPKG

geo-box

Version:

Create, manage and analyze geographical boxes (including geohashes) to get positional, size and distortion information.

37 lines (36 loc) 825 B
{ "name": "geo-box", "version": "0.1.1", "description": "Create, manage and analyze geographical boxes (including geohashes) to get positional, size and distortion information.", "main": "main.js", "repository": { "type": "git", "url": "https://github.com/arjunmehta/node-geo-box.git" }, "author": "Arjun Mehta", "license": "MIT", "dependencies": { "ngeohash": "~0.6.0" }, "keywords": [ "geohash", "geobox", "coordinates", "latitude", "longitude", "distortion", "degrees", "meters" ], "devDependencies": { "assert": "~1.0", "nodeunit": "~0.8.8" }, "scripts": { "test": "nodeunit test/test.js" }, "bugs": { "url": "https://github.com/arjunmehta/node-geo-box/issues" }, "homepage": "https://github.com/arjunmehta/node-geo-box" }