ngeohash
Version:
geohash library for nodejs
37 lines (36 loc) • 830 B
JSON
{
"author": "Ning Sun <classicning@gmail.com> (https://sunng.info/)",
"contributors": [
"Arjun Mehta <arjunmeht@gmail.com> (http://www.arjunmehta.net/)",
"Seth Miller <seth@four43.com> (http://www.four43.com)",
"Zhu Zhe <zhuzhe1983@gmail.com>"
],
"name": "ngeohash",
"description": "geohash library for nodejs",
"keywords": [
"geohash",
"uint64",
"geohasher",
"geocode",
"geolocation"
],
"version": "0.6.3",
"repository": {
"url": "https://github.com/sunng87/node-geohash"
},
"engines": {
"node": ">=v0.2.0"
},
"dependencies": {},
"devDependencies": {
"assert": ">=1.0",
"nodeunit": ">=0.8",
"browserify": ">=5.0"
},
"scripts": {
"test": "nodeunit tests/test.js"
},
"main": "./main",
"license": "MIT",
"readmeFilename": "README.md"
}