{ "author": "Sun Ning (http://sunng.info/)", "contributors": [ "Arjun Mehta (http://www.arjunmehta.net/)", "Seth Miller (http://www.four43.com)", "Zhu Zhe " ], "name": "ngeohash", "description": "geohash library for nodejs", "keywords": [ "geohash", "uint64", "geohasher", "geocode", "geolocation" ], "version": "0.6.0", "repository": { "url": "https://github.com/sunng87/node-geohash" }, "engines": { "node": ">=v0.2.0" }, "dependencies": {}, "devDependencies": { "assert": ">=1.0", "nodeunit": ">=0.8" }, "scripts": { "test": "nodeunit tests/test.js" }, "main": "./main", "license": "MIT", "readmeFilename": "README.md" }